subject

Write a statement that assigns numcoins with numnickels + numdimes. ex: 5 nickels and 6 dimes results in 11 coins. note: these activities may test code with different test values. this activity will perform two tests: the first with nickels = 5 and dimes = 6, the second with nickels = 9 and dimes = 0. see how to use zybooks. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 #include int main(void) { int numcoins; int numnickels; int numdimes; numnickels = 5; numdimes = 6; printf("numnickels"), printf("there are %d coins\n", numcoins); return 0; }

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 20:00
2.)how does a graphical user interface (gui) on a touchscreen interface differ from a gui on a desktop or laptop? a.)a finger or stylus is used instead of a pointer. b.) a magic wand is used instead of a pointer. c.)users speak commands instead of using a pointer. d.)users visualize commands instead of using a pointer.
Answers: 1
question
Computers and Technology, 22.06.2019 04:30
How can you know if the person or organization providing the information has the credentials and knowledge to speak on this topic? one clue is the type of web site it is--the domain name ".org" tells you that this site is run by a nonprofit organization.
Answers: 2
question
Computers and Technology, 22.06.2019 14:30
If the polar bear were taken out of the food chain what would happen to the seal population the seal population would diminish the seal population would grow dramatically the seal population would stay the same the seal population would decrease slightly
Answers: 1
question
Computers and Technology, 22.06.2019 15:00
Which of the following statements tests if students have a grade of 70 or above, as well as fewer than five absences? a: if(grade > = 70 and daysabsent < = 5): b: if(grade > = 70 or daysabsent < = 5): c: if(grade > 70 and daysabsent < = 5): d: if(grade > 70 or daysabsent < = 5): i took the test the answer is a
Answers: 1
You know the right answer?
Write a statement that assigns numcoins with numnickels + numdimes. ex: 5 nickels and 6 dimes resul...
Questions
question
History, 17.02.2021 15:10
question
Mathematics, 17.02.2021 15:10
question
Mathematics, 17.02.2021 15:10
question
World Languages, 17.02.2021 15:10
question
Chemistry, 17.02.2021 15:10
Questions on the website: 13722359