How do I make a Raptor flowchart program that asks the user to enter a 10 character telephone number in the format XXX-XXX-XXXX, that makes the program display the telephone number with any alphabetic characters that appeared in the original translated to their numeric equivalent? The letters associated with the numbers are:

A, B, & C = 2
D, E, & F = 3
G, H, & I = 4
J, K, & L = 5
M, N, & O = 6
P, Q, R, & S = 7
T, U, & V = 8
W, X, Y, & Z = 9 For example, if the user enters 555-GET-FOOD the program should display: 555-438-3663. Sorry, I know this is a lot, but I really need help :-/, Thank You!

2 answers

find out the program to calculat calander in flow chart methode
Create a computer algorithm that would ask the user the year they were born and display
their age according to the current year.