<< Prev Showing: 21-25 of 348 Next >>
· 1-5 · 6-10 · 11-15 · 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 ·Write a program that includes a function PICNIC() that will accept a floating-point number TOTAL and the addresses of the interger variables HOTDOGS, HAMBURGERS,SALAD,PICKLES. The passed floating-point number represents the TOTAL amount of money to be spent on food. The function is to determine the quantity of HOTDOGS, HAMBURGERS,SALAD,PICKLES that can be purchaced, writing these values directly into the respective variables declared in the calling function. This function will be called from the main program and when it returns to main, it will print out the values of HOTDOGS, HAMBURGERS,SALAD,PICKLES. Our favorite foods are in this order: 1- hotdogs 1.00$ each 2- hamburgers .50$ each ... click for more
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
12786
OTA ID:
103000
write a simple computer program
write a program to: create a 2 by 3 two-dimensional array of intergers and fill it with data. Loop through the array and locate the smallest value stored. Print out the smallest value as well as its row and column position in the array. Language is C Basic
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
15410
OTA ID:
103642
write a program to: Prompt the user for 3 sentences of text. Pass these pieces of text into a function connect () which will connect all three sentences into one long sentence. Pass the combination sentence back to the main program, where it is printed. Language is C Basic
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
15411
OTA ID:
104282
write a program to: prompt the user for a file name and open the file for reading. Print out all the information in the file, numbering each new line of text. Language is C Basic
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
15412
OTA ID:
103642
Write a function definition called backward, with three parameters, the first and second parameters are arrays of integers of equal size and the third is an integer indicating the size of each array. The function will return true when and only if one of the array is reverse order of the other, that is having the same elements but in reverse order.
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
15481
OTA ID:
103642
<< Prev Showing: 21-25 of 348 Next >>
· 1-5 · 6-10 · 11-15 · 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 · 66-70 · 71-75 · 76-80 · 81-85 · 86-90 · 91-95 · 96-100 · 101-105 · 106-110 · 111-115 · 116-120 · 121-125 · 126-130 · 131-135 · 136-140 · 141-145 · 146-150 · 151-155 · 156-160 · 161-165 · 166-170 · 171-175 · 176-180 · 181-185 · 186-190 · 191-195 · 196-200 · 201-205 · 206-210 · 211-215 · 216-220 · 221-225 · 226-230 · 231-235 · 236-240 · 241-245 · 246-250 · 251-255 · 256-260 · 261-265 · 266-270 · 271-275 · 276-280 · 281-285 · 286-290 · 291-295 · 296-300 · 301-305 · 306-310 · 311-315 · 316-320 · 321-325 · 326-330 · 331-335 · 336-340 · 341-345 · 346-348 ·Page generated in 0.0938 seconds