🔒 Closed Help po dito sa code wala ako background sa c# kakaturo lang last week

Status
Not open for further replies.
create a guessing word game as a windows application that will perform the following: the user will enter his/her guessed word in a textbox and use the button to check if the word in the textbox matches the word to guess

View attachment 2217285
 
Code:
START
   DECLARE
     Guess=0
     MagicNum = 99
   //get input from textbox and convert to int
   //using parse
   GET Guess
   IF Guess is equal to MagicNum
      DISPLAY "You picked the correct number"
   ELSE
     DISPLAY "Wrong Guess" 

END
 
Status
Not open for further replies.

About this Thread

  • 1
    Replies
  • 446
    Views
  • 2
    Participants
Last reply from:
vhin le

Trending Topics

Online now

Members online
440
Guests online
1,877
Total visitors
2,317

Forum statistics

Threads
2,300,543
Posts
29,137,434
Members
1,200,553
Latest member
misnanshs
Back
Top