The world’s Largest Sharp Brain Virtual Experts Marketplace Just a click Away
Levels Tought:
Elementary,Middle School,High School,College,University,PHD
| Teaching Since: | Apr 2017 |
| Last Sign in: | 103 Weeks Ago, 2 Days Ago |
| Questions Answered: | 4870 |
| Tutorials Posted: | 4863 |
MBA IT, Mater in Science and Technology
Devry
Jul-1996 - Jul-2000
Professor
Devry University
Mar-2010 - Oct-2016
I need help with this assignment in Visual Logic please. I need both flowchart in (.vls) file and pseudocode in (.txt)
Thank you
Â
Â
Project
Finding the Largest Number Create a program that allows the user to enter sets of integer values, in any order. Per set of data, the
program is to output the largest number.
Examples:
1. Given the set of supplied values: (1, -3, 22, -30), the program should display 22, as the largest
value.
2. Given the set of supplied values: (52, 20, -9, 0, 7, 1500, 77, -15), the program should display
1500, as the largest value.
Project Requirements: For a single execution of the program, the user may enter multiple sets of
data, and for each set of data the program should find the largest number.
-----------