Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

What code would you use to declare a variable that can store the a circuit? Writ

ID: 669550 • Letter: W

Question

What code would you use to declare a variable that can store the a circuit? Write the code to declare a variable to hold the rpm speed of motor 1. Write the code to declare a variable to hold the value of the grade you hope to get in this class. What stdio.h input function would be used to get input from the user by the keyboard? Write the code to obtain the voltage drop across a resister from the user. Assume the input variable is called vr1. What stdio.h output function would be used to provide output to the monitor?

Explanation / Answer

9. double current;            or   float current;              as these can hold decimal values.

10. double rpm;                                or   float rpm;                     as these can hold decimal values.

11. if the grade is Alphabetical then

                char grade;

     if the grade is numeric then

                int grade; or double grade;

12. scanf() is used to get input from keyboard.

Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
Chat Now And Get Quote