[go: up one dir, main page]

0% found this document useful (0 votes)
30 views1 page

Assignment Csc2203

This document outlines an assignment for students to complete involving functions and arrays. It is worth 20% and is due by week 14. Students must write a program with 3 menu options: 1) Guessing a word, 2) Counting characters, digits, and symbols in a sentence, and 3) Reversing a sentence. The program must include specific functionality for each menu option and students must submit source code, sample output, and a softcopy on a CD along with cover page, questions, and rubrics.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views1 page

Assignment Csc2203

This document outlines an assignment for students to complete involving functions and arrays. It is worth 20% and is due by week 14. Students must write a program with 3 menu options: 1) Guessing a word, 2) Counting characters, digits, and symbols in a sentence, and 3) Reversing a sentence. The program must include specific functionality for each menu option and students must submit source code, sample output, and a softcopy on a CD along with cover page, questions, and rubrics.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

Assignment ( 20%)

Scope : Array
Objective
: Evaluating the students understanding on the usage of functions and
arrays .
Submission : hardcopy and softcopy by week 14 (Monday)
Write a complete program with the following menu options :
1. Guessing the word
2. Counts the number of characters in a sentence, number of digits and number of
other symbols.
3. Reverse a sentence.
Guessing a word : The user should guess a word that you have earlier
defined in the program.
Counts the number of characters in a sentence: The function should be
able to count the number of characters are there in a given sentence,
number of digits and number of other symbols such as * , # etc.
e.g : Enter a sentence : Please pay $200 for the #code.
Number of characters are : 19
Number of digits: 3
Number of special characters : 2
Reverse a sentence : The program should be able to reverse the words in a
given sentence. Example: if the input is : I LOVE C
The output should be : C LOVE I
You need to submit the following documents:i) Cover Page
ii) Question
ii) Rubrics
iii) Source Code
iv) Sample Output
v) Softcopy ( burn into a CD).

You might also like