EDIT MY TABLE AS TUTOR SAID NEED URGENTLY PLEASE DONT IGNORE ME THANK YOU! HERE IS MY DATA DICTIONARY MY TU TOR GIVE ME A COMMENT COMMENT: The range is basically the min and max value that a variable can hold. For example choice range : 1 to 3…. PLEASE FIX MY PROBLEM EDIT MY TABLE! DONT SEND A CODE! programming language: C# MY CODE   Sub Main() REM LOOP STARTS HERE !!!!!

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter3: Using Gui Objects And The Visual Studio Ide
Section: Chapter Questions
Problem 12RQ: A(n) _____________ is generated when a user interacts with a GUI object. a. error b. occasion c....
icon
Related questions
Question

 PLEASE EDIT MY TABLE AS TUTOR SAID

NEED URGENTLY PLEASE DONT IGNORE ME THANK YOU!

HERE IS MY DATA DICTIONARY MY TU TOR GIVE ME A COMMENT


COMMENT: The range is basically the min and max value that a variable can hold. For example choice range : 1 to 3….

PLEASE FIX MY PROBLEM

EDIT MY TABLE!

DONT SEND A CODE!

programming language: C#

MY CODE

  1.   Sub Main()
  2. REM LOOP STARTS HERE !!!!!
  3.         REM Following block of code repeats until the user chooses 3 or any value other than therange(to REM quit)
  4.   Declare a flag f with value 0
  5.         Do Until f==1
  6. REM Menu appears on-screen giving choices(1 REM instructions, 2 play, 3 exit)
  7. menu()
  8.             REM Get choice from user from keyboard
  9.             get_choice()
  10.    If( choice >= 1 && choice <= 3) THEN
  11. REM do choice
  12. f=do_choice()
  13. Else
  14. break
  15. END_If
  16.         Loop
  17.         REM LOOP ENDS HERE !!!!
  18.   
  19. Sub do_choice()
  20.         REM if user has chosen 1
  21.         If (choice = 1) Then
  22.             REM Show instructions
  23. instructions()
  24. return 0
  25.         ElseIf (choice = 2) Then
  26.             REM if user has chosen 2
  27.             REM Play Game
  28.             play()
  29. return 0
  30.         Else
  31.             REM if user has chosen 3
  32.             REM Quit program
  33.             quit()
  34.   return 1
  35.         End If
  36.     End Sub
 
Variable name Purpose
Valid Range
Data
Type
Choice
|-2,147,483,648 to
|2.147,483.647
|-2,147,483,648 to
|2.147,483.647
|-2,147,483,648 to
2,147,483,647
Choice holds the users choices from menu
INT
Answer
Answer holds the users current answer
INT
Score
Score holds the users total score
INT
Transcribed Image Text:Variable name Purpose Valid Range Data Type Choice |-2,147,483,648 to |2.147,483.647 |-2,147,483,648 to |2.147,483.647 |-2,147,483,648 to 2,147,483,647 Choice holds the users choices from menu INT Answer Answer holds the users current answer INT Score Score holds the users total score INT
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Dictionary
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT