Determine what is wrong with my code, the general output only display; Resistor Computation Enter resistor1: 3.34 Why can't it read the whole code? What's the problem?

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
Determine what is wrong with my code, the general output only display; Resistor Computation Enter resistor1: 3.34 Why can't it read the whole code? What's the problem?
//declaring variable and calculating total resistor in parallel
double totalParalle1Resistor=1/((1/resistorl)+(1/resistor2) + (1/resistor3)+(1/resistor4));
7/displaying the total resistor
System.out.println("Series oconnection: "+String.format ("%.2f",totalSeriesResistor));
//displaying the total resistor in parallel connection
System.out.println("parallel connection: "+String.format ("%.9f",totalParallelResistor));
in series connection
Transcribed Image Text://declaring variable and calculating total resistor in parallel double totalParalle1Resistor=1/((1/resistorl)+(1/resistor2) + (1/resistor3)+(1/resistor4)); 7/displaying the total resistor System.out.println("Series oconnection: "+String.format ("%.2f",totalSeriesResistor)); //displaying the total resistor in parallel connection System.out.println("parallel connection: "+String.format ("%.9f",totalParallelResistor)); in series connection
art Page SeriesParalleljava* X
import java.util.*;
public class Series Parallel
public static void main (String[] args){
System.out.println ("Resistor Computation ");
Scanner sc-new Scanner (System.in);
//declare 4 Resistor variables
System.out.print ("Enter resistorl: 3.34 ");
sc.pextDouble () ;
double resistorl =
System.out.print ("Enter resistor2: 2.23 ");
double resistor2 = sc.next Double () ;
System.out.print ("Enter resistor3: 7.20 ");
double resistor3 = Sc.nextDouble () ;
System.out.print ("Enter resistor4: 6.82 ");
double resistor4 = sc.next Double () ;
//declaring variable and calculating total resistor in series
double totalSeriesResistor=resistorl+resistor2-resistor3+resistor4;
System.out.println ("/ntotal resistance");
7/declaring variable and calculating total resistor in parallel
double totalParallelResistor-1/((1/resistorl)- (1/resistor2)- (1/resistor3)+ (1/resistor4));
//displaying the total resistor in series connection
System.out.println ("Series connection: "-3tring.format (".2f", totalSeriesResistor));
Transcribed Image Text:art Page SeriesParalleljava* X import java.util.*; public class Series Parallel public static void main (String[] args){ System.out.println ("Resistor Computation "); Scanner sc-new Scanner (System.in); //declare 4 Resistor variables System.out.print ("Enter resistorl: 3.34 "); sc.pextDouble () ; double resistorl = System.out.print ("Enter resistor2: 2.23 "); double resistor2 = sc.next Double () ; System.out.print ("Enter resistor3: 7.20 "); double resistor3 = Sc.nextDouble () ; System.out.print ("Enter resistor4: 6.82 "); double resistor4 = sc.next Double () ; //declaring variable and calculating total resistor in series double totalSeriesResistor=resistorl+resistor2-resistor3+resistor4; System.out.println ("/ntotal resistance"); 7/declaring variable and calculating total resistor in parallel double totalParallelResistor-1/((1/resistorl)- (1/resistor2)- (1/resistor3)+ (1/resistor4)); //displaying the total resistor in series connection System.out.println ("Series connection: "-3tring.format (".2f", totalSeriesResistor));
Expert Solution
steps

Step by step

Solved in 5 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY