HTML and Javascript assignment We are creating a game that has a menu system. The menu system displays and asks the user

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

HTML and Javascript assignment We are creating a game that has a menu system. The menu system displays and asks the user

Post by answerhappygod »

HTML and Javascript assignment
We are creating a game that has a menu system. The menu systemdisplays and asks the user what type of game they want to play. Thefirst option is to play a word count game and the second is apalindrome checker.The word count game will ask the user to enter a sentence. Theprogram will then tell the user how many words (or lists ofcharacters separated by a space) there are in the sentence.A palindrome is a word or list of characters that are the samegoing from front to back. For example – Hannah is the same, Abba isthe same, etc. So this game will ask the user to enter a word andIf it is the same both forward to back it will display “The wordXXX is a palindrome.” Otherwise it will display “Sorry, XXX is nota palindrome”.
EACH OF THE GAMES MUST BE SEPARATE MODULES THAT ARECALLED BY THE MAIN MODULE
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply