Ask a question from expert

Ask now

University of Sharjah, College of Business Administration.

1 Pages326 Words393 Views
   

Added on  2019-09-13

University of Sharjah, College of Business Administration.

   Added on 2019-09-13

BookmarkShareRelated Documents
University of Sharjah, College of Business AdministrationDepartment of Management Information SystemsBusiness programming II (0303310)Assignment 2Due Date: 11th of December 2016 Submit your assignment on the blackboard link, corresponding to your Section: Please follow the following rules when sending the source code: 1) The name of the file should be q#_myID_section.java (for e.g: q1_u000002046_51.java) 2) In case two assignments are found to be similar, both students will get ZERO.’ Exercise #1 Age:Write a java program that reads an integer, say N, which represents the number of integer numbers to be read. The numbers to be read (input) represent the age of a group of people. Declare an array age [maxSize] of size const int maxSize = 20 and then read the ages into it. The program uses a loop to go through the N numbers and counts the number of children (less than 7) and the young people (7 to 90) and old people (greater than 90). The program prints in a format similar to given format in the input / output sample the age and the status of each person, and the number of children, young, and old persons.Sample input / output:Exercise #2Cesar Cypher:Write a program that readsa stringof upper case letters onlyand encrypt it using Cesar cypher.Cesar cypher replaces each letter of the staring by the letter next to it in the third position. For example the letter A is replaced by the letter D, the letter E by the letter H, and the letter Y by the letter B. Use the ASCII value of each letter with % 26.Sample input / output:
University of Sharjah, College of Business Administration._1

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents
CS193P IPHONE APPLICATION DEVELOPMENT
|7
|1737
|58

CS193P IPHONE APPLICATION DEVELOPMENT
|7
|1737
|381

CS193P IPHONE APPLICATION DEVELOPMENT
|7
|1737
|403

CS193P IPHONE APPLICATION DEVELOPMENT
|7
|1737
|136

CS193P IPHONE APPLICATION DEVELOPMENT
|7
|1737
|309

CS193P IPHONE APPLICATION DEVELOPMENT
|7
|1737
|493