wiki:ProgrammingPrompts

Version 3 (modified by Timothy Lin, 10 years ago) (diff)

removed unnecessary spaces

Programming Prompts

Feel to add good prompts into this list as you find them. This will greatly help future software team leads and new members.

Simple

Grade Analyzer

Program Specs: You receive an arbitrary double value and you must return whether that grade constitutes an 'A', 'B', 'C', 'D', or 'E'.

Examples:

>>> 85.60
B
>>> 69.51
C
>>> 106.33
A

Medium

Hard (Object-Oriented)

Hard (Syntax-Oriented)

Expert

Attachments (5)

Download all attachments as: .zip