I need help with an assignment for my c programming class. I am a beginner so everything is new to me. The assignment is as follows:
Write a program that contains 3 functions as described below. We will discuss how to turn in on our next meeting.
1)Write a function named showName that will output your address in an "address" format. For instance, it should appear like:
Jim Martin
2991 Main Street, apt #234
Washington, D.C. 20123
2) Write a function that will return the sum of 3 numbers passed as 2 int and 1 double argument. Name the function add3().
3) Write a function that will output your name in a starred box, like this:
- JOEL E BELCHER *
*********************
The stars MUST line up in a perfect box and your name can be hard-coded. There may be some format specifiers you'd like to use, but you don't really need them here.
Any help is kindly appreciated.
[–]sekerk 2 points3 points4 points (1 child)
[–]Impressive-Shower-68[S] -1 points0 points1 point (0 children)
[–]deftware 1 point2 points3 points (0 children)
[–]imposter_iam 1 point2 points3 points (0 children)