- For Two Numbers The Numbers Will Be Added Subtracted Multiplied Divided And Compared To Find The Highest Value Your 1 (43.18 KiB) Viewed 11 times
for two numbers. The numbers will be added, subtracted, multiplied, divided and compared to find the highest value. Your
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
for two numbers. The numbers will be added, subtracted, multiplied, divided and compared to find the highest value. Your
for two numbers. The numbers will be added, subtracted, multiplied, divided and compared to find the highest value. Your grade will be broken down to the following points: . Documentation (Every step should be documented) 3pts . Creating Variables 2pts • Prompting User for Values 3pts • Adding 2pts . Subtracting . Multiplying 2pts 2pts • Dividing 2pts • Comparing Total 2pts 20pts comment name 'comment date 'comment each line 'create variables (3 integers (nund, num2, total)and char) Dim 'promt user to input value from screen 'read to values from screen input Add numbers 'print value to screen 'subtract numbers "print value to screen Multiple numbers 'print value to screen. 'divide numbers 'print value to screen compare two number and Determine which is greater or equal If num1 num2 Then Console.WriteLine() ElseIf num1 > num2 Then Console.WriteLine() Else Console.WriteLine() End If