
Create a
Create your program in the palindrome.asm file.
Prompt the user to enter a word
Store the word in memory
Determine if the word is a palindrome or not
Display the word back to the user stating if it is or is not a palindrome.
Example of the program running:
Please enter a word: **** user input : racecar That is a palindrome -- program is finished running -- Reset: reset completed. Please enter a word: **** user input : noon That is a palindrome -- program is finished running -- Reset: reset completed. Please enter a word: **** user input : trashcan That is not a palindrome

Trending nowThis is a popular solution!
Step by stepSolved in 3 steps

- 4. Write a python program with a loop that asks the user to enter a series of positive numbers. The user should enter a negative number to signal the end of the series. After all the positive numbers have been entered, the program should display the largest and smallest of the numbers entered.arrow_forwardc code dfdfvdsvadsvarrow_forwardusing iostream domain and for looparrow_forward
- match the sample run pleasearrow_forwardWrite a Python code This lab requires you to write a complete program using a condition controlled loop, a counter controlled loop, and an accumulator. The program is as follows: Write a program that will allow a grocery store to keep track of the total number of bottles collected for seven days. The program will calculate the total number of bottles returned for the week and the amount paid out (the total returned times .10 cents). The output of the program should include the total number of bottles returned and the total paid out. The program will ask the user if they have more data to enter and will end the program if they do not. Step 1: In the pseudocode below, declare the following variables under the documentation for Step 1. A variable called totalBottles that is initialized to 0 This variable will store the accumulated bottle values A variable called counter and that is initialized to 1 This variable will control the loop A variable called todayBottles…arrow_forwardIn Python, Write a main function that: creates a variable and initializes it to 0 user a while loop to run as long as the variable does not equal -1 two integer input statements creates a running count prints the running count when the loop stopsarrow_forward
- Using Pythonarrow_forwardprogram must include a processing loop that allows multiple sets of data to be processed and the program should be terminated when there is no more data to process Develop a program in python that allows the user to enter a start value of 1 to 4, a stop value of 5 to 12 and a multiplier of 2 to 8. The program must display a multiplication table with results using these values. For example, if the user enters a start value of 3, a stop value of 7 and a multiplier value of 3, the table should be displayed as follows: Multiplication Table 3 x 3 = 9 3 x 4 = 12 3 x 5 = 15 3 x 6 = 18 3 x 7 = 21 Run the program with the following values: Start Stop Multiplier 2 10 4 4 12 6arrow_forwardPython programming A country club, which currently charges $3500 per year for membership, has announced it will increase its membership fee by 5.5% every other yearfor the next 20 years. Write a Python program segment that uses a for loop to calculate and print the projected rates for the next 20 years.arrow_forward
- recording or a file upload Using an Arduino UNO or Arduino Nano, a breadboard, a 7-Segment Display, and the 4x4 keypad write a C program in Microchip Studio that will do the following: . When a number is pressed on the keypad, display the corresponding number in the 7-Segment Display. Blink the Decimal Point (DP) a specific number of times when each button of the letters are pressed. For "A" blink 10 times, for "B" blink 11 times, for "C" blink 12 times, for "D" blink 13 times, for "*" blink once long (1000ms), for "#" blink twice long (1000ms) Use 4 10 pins on a single port for the column control • Use 4 10 pins on a single port for the row control . Do not use PORTDO or PORTD1 What to submit: • A short video showing the functionality. • Your C code as a "c" or "txt" file.arrow_forwardA string of ten data bytes is stored in memory locations starting at XX50 H. The string includes some blanks (bytes with zero value). Write a program to eliminate the blanks from the string.arrow_forwardIn C#arrow_forward
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education





