Subfolder
“Using_scanf_with_numbers
” in the shared
folder.
Modify the program called
using_scanf.c
in the Using_scanf_with_numbers
folder
so that reads 5 numbers from the standard input and puts them out in form of a
symmetric pyramid. For example, if we have numbers 1,14,124,3456 and 12345,
output should be something like:
1 1 14 14 124 124 3456 3456 12345 12345
When finished, upload the latest version to Subversion.