• Each program must start with '{' and end with '}'.
• Each program must contain only one main function. Main function must start with '<' and end with '>'.
• A program may or may not contain user defined function(s). There is no limitation on the number of user defined functions in the program. User defined function must start with '(' and end with ')'.
• Loops are allowed only inside the functions (this function can be either main function or user defined function(s)). Every loop must start with '{' and end with '}'.
• User defined function(s) are not allowed to be defined inside main function or other user defined function(s).
• Nested loops are allowed.
• Instructions can be anywhere inside the program.
• Number of instructions inside any user defined function must not be more than 100.
1
Expert's answer
2015-08-03T06:32:08-0400
Dear vinolasherly, your question requires a lot of work, which neither of our experts is ready to perform for free. We advise you to convert it to a fully qualified order and we will try to help you. Please click the link below to proceed: https://www.assignmentexpert.com/submit#question_conversion_53890
Comments
Leave a comment