Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Can this please be done in C programming without any Arrays -------------------------------------------------------------------------------------- We are going to create a simple resistance calculator. ask the user if

Can this please be done in C programming without any Arrays

--------------------------------------------------------------------------------------

We are going to create a simple resistance calculator.

ask the user if the resistors are in series or parallel

read in the number of resistors

read in the resistance of the individual resistors (let's assume they are all the same resistance) by having the user enter the first three colors of the 4 bands on the resistor (this site can help with color code calculations) https://www.digikey.com/en/resources/conversion-calculators/conversion-calculator-resistor-color-code-4-band

calculate the total resistance of the circuit (this site can help with parallel resistor equations calculatons) http://www.daycounter.com/Calculators/Parallel-Resistance-Calculator.phtml

print out the result

Below is a sample execution of the program (values in bold are user input and should NOT be hardcoded into your program) Are the resistors in Series or Parallel? Series How many resistors are there in the circuit? 5 The first three color bands on the resistors: Red Red Red Each resistor is 2200 ohms and the total resistance of the circuit is 11000 ohms Would you like to perform another calculation (Y/N)? Y Are the resistors in Series or Parallel? Parallel How many resistors are there in the circuit? 4 The first three color bands on the resistors: Red Red Red Each resistor is 2200 ohms and the total resistance of the circuit is 550 ohms Would you like to perform another calculation (Y/N)? N

Extra Credit: 1) Format the output so it's more appealing (not so many 0's and uses appropriate suffixes K,M,G, etc) 2) Handle invalid gracefully, if expecting a number and user gives a letter, or expecting a letter and get a number, or get wrong number of inputs, etc.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Management Systems Designing And Building Business Applications

Authors: Gerald V. Post

1st Edition

0072898933, 978-0072898934

More Books

Students also viewed these Databases questions

Question

80 HR ethics and professional standards.

Answered: 1 week ago

Question

What is Coca-Cola's net income?

Answered: 1 week ago