- To earn an extra 5% AT THE END OF THE SEMESTER ONLY, complete all of the challenge exercises for your grade.
- Print this form, fill it out and give it to Ms. Wear BEFORE the due date.
- Follow instructions on individual challenge.
Download this
Bits and Bytes Challenge Exercise. Print the document and
complete the exercise on paper.
>Hand in with a completed hardcopy of the Challenge Form.
>Hand in with a completed hardcopy of the Challenge Form.
Download this
Line Challenge Exercise. Print the document and
complete the exercise on paper.
> Hand in with a completed hardcopy of the Challenge Form.
> Hand in with a completed hardcopy of the Challenge Form.
Write a C++ program that asks the user
to enter a number. It then prints the cumulative quotient of all numbers between 1 and the
number entered. For example, if the user enters 5, it prints
>To hand in: Email the document to Ms. Wear (wear@mdinfotech.net) AND hand in a completed hardcopy of the Challenge Form
(((5 / 4) / 3) / 2) / 1 = 0.2083333333
.
>To hand in: Email the document to Ms. Wear (wear@mdinfotech.net) AND hand in a completed hardcopy of the Challenge Form
Write a C++ program that reads in a string from the user and determines if the
string is a palindrome. A palindrome is a word or sentence with written
characters that read the same backwards as forwards. For example:
civic
Neil, a trap! Sid is part alien!
Sit on a potato pan, Otis.
You may ignore all punctuation, spaces and convert the string to all lowercase letters.
>To hand in: Email the document to Ms. Wear (wear@mdinfotech.net) AND hand in a completed hardcopy of the Challenge Form
civic
Neil, a trap! Sid is part alien!
Sit on a potato pan, Otis.
You may ignore all punctuation, spaces and convert the string to all lowercase letters.
>To hand in: Email the document to Ms. Wear (wear@mdinfotech.net) AND hand in a completed hardcopy of the Challenge Form
Go to Learn Python.org and learn the programming
language Python. Rewrite the April/November Challenge in Python.
>To hand in: Email the document to Ms. Wear (wear@mdinfotech.net) AND hand in a completed hardcopy of the Challenge Form
>To hand in: Email the document to Ms. Wear (wear@mdinfotech.net) AND hand in a completed hardcopy of the Challenge Form