Task 2)
Make a program that converts an ACSII Character to its DECIMAL Value and visa versa. Repeat program until the sentinel value is entered. Only include the alphabet ACSII character set ‘A – Z’ & ‘a – z’. If the user enters a wrong character or invalid decimal number print an error message and exit program. The user would like a small menu that lets them determine which set of characters to enter, either UPPERcase and lowerCASE and also the output of the program E.g. (ASCII to DECimal || DECimal to ASCII).
These are all the requirements you have from user so state any assumptions you have to make.
Q1) Write Pseudocode for program problem and also draw a simple dataflow diagram showing main data structures that you have used. (Use Microsoft word)
Q2) Now create the program using your Pseudocode from Q1.
Screen output E.g.
Please enter ASCII character between A and Z, or enter –1 to quit:
The ASCII character <xx> has a decimal value of “ <xx> “
-------------------------------------------------------------------------------------------
Hello Australia!
stnlyli@hotmail.com