I need to develop a code for a project that has six separate programs that enhance off of it. using Dev c++
The first assignment is as follows.
1.Your first and last name
2.course number(1101)
3.Course title(CSCI)
4.C Project number (Project #1)
5.Current date(month-name day,4-digit year)
Double space between lines 1&2,4&5.
Fox how can you return in a void and 1 is not a string and you call the function but never output even if you could [edit]and there is no indentation[/edit]
The reason this is six seperate is because that was only project number 1, let me tell you project 2.
Project two consists of using project one and then,
Use the scanf function to read in values for lines:
-an integer course number value.
-a real value for the c project number
-an integer day and integer year value
Use the print f function with specified format descriptors to produce output results for all 5 lines of output. Use the %s format descriptor for the first name, last name, course title, and month-name character strings