by CodeChum Admin
I want you to make a array/list of numbers for me. All you have to do is make a program that will let me input any random integer in one line. Afterwards, it will then print out all the numbers I've inputted, on separate lines.
Care to do that for me?
Input
A line containing integers separated by a space.
1·64·32·2·11Output
Multiple lines containing an integer.
1
64
32
2
11Write a java program that will satisfy the given requirements:
A. It will display the given menu:
A - Arithmetic Series
B - Geometric Series
C - Harmonic Mean
D - Largest Prime Number
E - Largest Prime Number
Q - Quit the Program
B. The program will ask the user his/her choice.
C. If the choice is A,B,C,D or E, It will prompt the user for the required inputs, then compute and display the required outputs. If the choice is Q, the program will terminate
D. Validate all your inputs by promptingg for a new value if input is invalid.
E. Display also a description of your program
F. Program should execute for as long as the user wants to continue
G. Use of arrays is not allowed
If james monet consistently save 50 pesos in a day,how much will.he save in a year?
Recheck this code and show the correct code
int countEvent(int a[], int size)
{
int x= 0;
for (int i = 0; i < n; i++)
{
if (a[i] % 2 == 0 ){
}
}
return(x);
}
1) Indicate at least two different meanings for each of the following sentences, by including names for object types and reference modes.
1. Arnold can lift 300.
a) Define the following terms: A network, World wide web, Database, and Information
technology
b) Give three examples of data storage devices
c) How would you compare Information systems to computer science?
d) Give four examples of computer peripheral devices and classify them into two main
groups.
a) What is project management?
b) Define information systems? Name four stakeholders of an IS project
c) What are the phases of a system development cycle? Give an example of an
activity performed under each phase.
d] Who is a project leader? Give an example of a tool use in project management to plan, and schedule time relationships.
The cost of making a pepperoni pizza at “Pizza Joe’s” is $12.95. A Hawaiian is $14.95. Tax is 5%.
The owners asks you to write a program where they enter the number of pepperoni and
Hawaiian pizzas and the subtotal, tax, and total is displayed neatly on the screen. Use tables to
display the result neatly. Make it look like a beginner did it plz.