SMB4103-Introduction to Programming Page 1 of 5
SMB4103-Introduction to Programming
Semester 2, 2018
Log/Workbook Assessment
Log/Workbook No. : Log/Workbook-3
Due date: Week 7
Group/individual: Weighting: |
Individual Assignment 30% |
Student ID: ____________________, Student Name: ________________________________
Question one (10 marks)
Write a complete java program that count a total number of duplicate elements in an array. The
program should allow the user to enter 10 numbers and store them in an array. You have to use the
loops statements to enter and search for the repeated numbers. For example, array (A) includes
elements {0, 3, 6 ,7, 2, 0, 3, 2, 13, -2}. The program has to count the number of repeated elements
and display 3.
Answer:
SMB4103-Introduction to Programming Page 2 of 5
Question two (10 marks)
Write a complete java program to find the maximum and minimum elements in an array. For
example, assume A={1, -3, 9, 10, -1, 0, 11, 14, 0, 12}. The program must use a loop to find and display
the minimum number (-3) and the maximum (14).
Answer:
SMB4103-Introduction to Programming Page 3 of 5
SMB4103-Introduction to Programming Page 4 of 5
Question three (10 marks)
Write a complete program in Java to separate odd and even integers in separate arrays. For
example: assume A= {2, 4 ,6, 8, 3}, and B={1, 6, 7, 9,10}. Your program must create two arrays, E
includes even numbers and O includes the odd numbers as follows:
E={2,4,6,8,10}
O={3,1,7,9}
Answer:
SMB4103-Introduction to Programming Page 5 of 5
The post Write a complete java program appeared first on My Assignment Tutor.
-
- Assignment status: Resolved by our Writing Team
- Source@PrimeWritersBay.com
Comments
Post a Comment