🔒 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
  • 417
    Views
  • 2
    Participants
Last reply from:
vhin le

Trending Topics

Online now

Members online
1,220
Guests online
3,577
Total visitors
4,797

Forum statistics

Threads
2,278,321
Posts
28,982,421
Members
1,228,306
Latest member
nognogpo
Back
Top