Question
January 22, 2009 at 09:07 PM
ryoko_technician

How to go from numeric input to readable text output in C?

by ryoko_technician . Updated 17 years, 7 months ago

I’m trying to write a program that takes multiple lines of 3 sets of values and translates them into readable text

example
input (state, store, number of employees)
2 4 343
3 9 10
4 4 154
output
Michigan walmart 343 employees
Ohio circuit city 10 employees
Florida walmart 154 employees

can anyone help me with some pseudo code?

please.

This discussion is locked

All Comments