UC3M

Telematic/Audiovisual Syst./Communication Syst. Engineering

Systems Architecture

September 2017 - January 2018

8.7.4.  Input and output operations with data types

Resources

  • Subfolder Using_scanf_with_numbers in the shared folder.

Work Plan

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.