<< Prev Showing: 166-170 of 180 Next >>
· 136-140 · 141-145 · 146-150 · 151-155 · 156-160 · 161-165 · 166-170 · 171-175 · 176-180 · 181-185 ·Here is one more for the smart ones. A teacher has six students and wants to create an application that stores their grade data in a file and prints a grade report. The application should have a structure that stores the following data: Name (a string), Test Scores (an array of five singles), and Average (a single). Because their are six students, the application should use an array of six structure variables. The application should allow the user to enter data for each student, and calculate the average test score. The user should be a able to input names and test scores and calculate the average of the test scores. Thanks!
Subject:
Computer Science
Topic:
Software Engineering
Posting ID:
177570
OTA ID:
103987
Application that reads a five letter word-Java
Write an application that reads a five-letter word from the user and produces every possible three-letter string that can be derived from the letters of the five-letter word. For example, the three letter words produced from the word "bathe" include "ate" "bat" "bet" "tab" "hat" "the" and "tea"
Subject:
Computer Science
Topic:
Software Engineering
Posting ID:
179228
OTA ID:
101298
The Westfield Carpet Company has asked you to write an application that calculates the price of carpeting for rectangular rooms. To calculate the price, you multiply the area of the floor(width times length) by the price per square foot of carpet. For example, the area of floor that is 12 feet long and 10 feet wide is 120 square feet. To cover that floor with carpet that costs $8 per square foot would cost $960 (12x10x8=960). See more details in attachment file.
Subject:
Computer Science
Topic:
Software Engineering
Posting ID:
181687
OTA ID:
101298
Use C++ to write a program: The Westfield Carpet Company has asked you to write an application that calculates the price of carpeting for rectangular rooms. To calculate the price, you multiply the area of the floor(width times length) by the price per square foot of carpet. For example, the area of floor that is 12 feet long and 10 feet wide is 120 square feet. To cover that floor with carpet that costs $8 per square foot would cost $960 (12x10x8=960). See more details in attachment file. P/S: Use C++ only.
Subject:
Computer Science
Topic:
Software Engineering
Posting ID:
181688
OTA ID:
101298
Java program that illustrates the use of Strings, if-else control, and switch control
Write a Java program that illustrates the use of * Strings * if-else control structures * switch control structures Program must include a method for each element. Write one method containing String manipulations, one that includes if-else statements, and one that includes a switch.
Subject:
Computer Science
Topic:
Software Engineering
Posting ID:
182984
OTA ID:
103987
<< Prev Showing: 166-170 of 180 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 ·Page generated in 0.0931 seconds