ComputerScienceExpert

(11)

$18/per page/

About ComputerScienceExpert

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Applied Sciences,Calculus See all
Applied Sciences,Calculus,Chemistry,Computer Science,Environmental science,Information Systems,Science Hide all
Teaching Since: Apr 2017
Last Sign in: 103 Weeks Ago, 3 Days Ago
Questions Answered: 4870
Tutorials Posted: 4863

Education

  • MBA IT, Mater in Science and Technology
    Devry
    Jul-1996 - Jul-2000

Experience

  • Professor
    Devry University
    Mar-2010 - Oct-2016

Category > Programming Posted 12 May 2017 My Price 9.00

Assignment SpecifcaTonDevelop a GUI program

Attached is a copy of my assignment.Please help me with this assignment.

 

Assignment SpecifcaTonDevelop a GUI program that performs the following funcTonaliTes:1. Read N posiTve integers and store them in an array2. Calculate and display the number of integers greater than 50.3. Calculate and display the sum of integers greater than 504. Calculate and display the average of integers less than 505. Find and display the largest integer6. Search and display the integer which is equal to the given integer7. Exit from the programN should be declared as a constant in your program and it should be equal to 10. You must use asingle dimensional array to store the integers. Your program should display and execute a menuwith the opTons above. A switch statement must be used to execute the menu opTons.1.Read N posiTve integers and store them in an array. ±his opTon reads integers fromstandard input and stores them in the array.2.Calculate and display the number of integers greater than 50. ±his opTon counts theintegers in the array which are greater than 50 and displays of count value on standardoutput.3.Calculate and display the sum of integers greater than 50. ±his opTon calculates anddisplays the sum of integers in the array which are greater than 50 on standard output.4.Calculate and display the average of integers less than 50. ±his opTon calculates anddisplays the average of integers in the array which are greater than 50 on standardoutput.5.Find and display the largest integer. ±his opTon ²nds and displays the largest integer inthe array.6.Search and display the integer which is equal to the given integer. ±his opTon promptsthe user to enter an integer and searches for that integer in the array, and displays theinteger, otherwise, an appropriate message.7.Exit from the program. ±his opTon ends the program.GUI part of your Assignment:±he graphical user interface (similar to the requirements given below) will allow the user toperform the 7 funcTonaliTes listed above.

Attachments:

Answers

(11)
Status NEW Posted 12 May 2017 02:05 AM My Price 9.00

-----------

Not Rated(0)