Question: As an individual / group , develop a window form application. The application can consist single or multiple pages. Use examples from the book, the

As an individual/group, develop a window form application. The application can consist
single or multiple pages. Use examples from the book, the book exercises, or other online
resources but the application should have a consistent, common message that you are trying
to convey. Your application must include
4 different data types
4 Arithmetic operators
2 Comparison operators
1Logical operators
1 Decision If statement
1 Decision If Else statement (Or If Else If statement)
2 Repetition statements (While/Do while/For loop)
Foreach statement
Concept of Array
4 methods from String datatype
Minimum 3 Methods with a combination of
o Return no value
o Without parameter
o Return value and with parameter
Appropriate message for invalid input.
Follow naming conventions principle.
Comments
Feel free to add enhancements as you'd like, have fun with it!
Grading Criteria
The project will be graded on the following criteria:
Layout Design
o Your text and graphical elements should 'work' together to create a unified
message (e.g., Colors, imagery, font should work together and not confuse the
message)
o Make sure to not bunch your elements together; use spacing appropriately.
Technical Elements
o Code must be complied and validated.
o Use of different data type(s)
o Use of Operators (Arithmetic, Comparison, Logical)
o Use of decision and repetition structure
o Use of String Methods
o Use of naming conventions
o Use of Methods
o Use of Array
o Documentations
o Error handling

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!