Presentation is loading. Please wait.

Presentation is loading. Please wait.

Introduction To Programming Information Technology , 1’st Semester

Similar presentations


Presentation on theme: "Introduction To Programming Information Technology , 1’st Semester"— Presentation transcript:

1 Introduction To Programming Information Technology , 1’st Semester
MINISTRY OF EDUCATION & HIGHER EDUCATION COLLEGE OF SCIENCE AND TECHNOLOGY KHANYOUNIS- PALESTINE Using Java Introduction To Programming Information Technology , 1’st Semester Lecture 14 Arrays Practices Teacher: Mahmoud Rafeek Alfarra

2 Practice 1 Find and correct the error in each of the following program segments: Presented & Prepared by: Mahmoud R. Alfarra

3 Practice 2 Write Java statements to accomplish each of the following tasks: Display the value of the seventh element of character array f. Initialize each of the five elements of one-dimensional integer array g to 8. Total the 100 elements of floating-point array c. Copy 11-element array a into the first portion of array b, which contains 34 elements. Determine and display the smallest and largest values contained in 99-element floating-point array w. Presented & Prepared by: Mahmoud R. Alfarra

4 Practice 3: Duplicate Elimination
Use a one-dimensional array to solve the following problem: Write an application that inputs five numbers, each of which is between 10 and 100, inclusive. As each number is read, display it only if it is not a duplicate of a number already read. Provide for the "worst case," in which all five numbers are different. Use the smallest possible array to solve this problem. Display the complete set of unique values input after the user inputs each new value. Presented & Prepared by: Mahmoud R. Alfarra

5 More practices in the text book, chapters 7
Presented & Prepared by: Mahmoud R. Alfarra

6 بسم الله ... و يرد السـلام Emank X Mezank
كان النبي صلى الله عليه وسلم إذا دخل بيته يقول: بسم الله ... و يرد السـلام Presented & Prepared by: Mahmoud R. Alfarra

7 Next… Methods in Java Presented & Prepared by: Mahmoud R. Alfarra


Download ppt "Introduction To Programming Information Technology , 1’st Semester"

Similar presentations


Ads by Google