<< Prev Showing: 91-95 of 101 Next >>
· 56-60 · 61-65 · 66-70 · 71-75 · 76-80 · 81-85 · 86-90 · 91-95 · 96-100 · 101-105 ·Create the following GUI. You do not have to provide any functionality. Please see the attached file.
Subject:
Computer Science
Topic:
Software Design and Architecture
Posting ID:
180604
OTA ID:
103987
Generate a set of test inputs and expected results for the Currency Conversion program.
Subject:
Computer Science
Topic:
Software Design and Architecture
Posting ID:
182338
OTA ID:
106103
Java - Reading a question from a file and presenting it to a user
Create an application that reads a question from a file and presents it to the user. The answer should also be in the text file. The program should validate whether an answer given by the user in a text box is correct. If it is it writes a certificate of achievement to a text file. If not, it writes a letter of consolation. Start by creating a text file with two lines. The first line should have a question and the second should have an answer. Now create a Question class. Here is a skeleton: public class Question { private String question; private String answer; public Question() { // read the question and answer from the text file and put the question in the questi... click for more
Subject:
Computer Science
Topic:
Software Design and Architecture
Posting ID:
182974
OTA ID:
101298
Recursively computing program with some code already applied... Please don't change code outside of "enter here area".
Subject:
Computer Science
Topic:
Software Design and Architecture
Posting ID:
184080
OTA ID:
101298
• Provide the analysis and pseudocode only (no diagrams are required). For each of the following problems, use the top-down modular approach and pseudocode to design a suitable program to solve it. 1. Input names of students from the user, terminated by ZZZ, and create a data file GRADES with records of the form: student (string), test1 (integer), test2 (integer), test3 (integer) In this file, all test scores should be set equal to 0. 2. Display the contents of the file GRADES created in Problem 1. Each student’s record should appear on a separate line and include the total score (the sum of the three tests) for that student. For example, a line of output might be: R. Abrams 76 ... click for more
Subject:
Computer Science
Topic:
Software Design and Architecture
Posting ID:
184513
OTA ID:
105859
<< Prev Showing: 91-95 of 101 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-101 ·Page generated in 0.0126 seconds