Laden....

WAEC SSCE - Computer Studies - 2022 (Essay)

Vraag 1 Verslag

A palindrome is a word which can be written in reversed order and it retains its meaning and spelling,Examples are lawal,ada,abba,etc

Write a simple QBASIC instruction that will accept a word from the keyboard and check if it is a palindrome or not. The palindrome must display a message showing if the word is palindrome or not.

1
2
3
4
5
6
7
8