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 !!!!!

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
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
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education