Chapter 6 Method (Buku Liang)
Write method headers for the following methods:
• Computing average, given 2 integers.
CONTOH JAWAPAN : public static double avg(int N1, int N2)
• Find maximum, given 3 integers.
• Computing a sales commission, given the sales amount and the commission rate.
• Printing the calendar for a month, given the month and year.
• Computing a square root.
• Testing whether a number is even, and returning true if it is.
• Printing a message a specified number of times.
• Computing the monthly payment, given the loan amount, number of years, and annual interest rate.
• Finding the corresponding uppercase letter, given a lowercase letter.
3/30/2016
3/26/2016
BCS2233 OOP . Assignment 2
You are required to provide:-
(i) Algorithm (Flowchart or Pseudocode) and
(ii) Java program
for the following problem.
Write a program that reads positive integers, finds the smallest of them. Assume that the input ends with number -1. Suppose that you entered 3 5 2 5 5 5 -1; the program finds that the smallest is 2.
Here are sample runs of the program:
Sample 1: Enter numbers:
3
5
2
5
5
5
-1
The smallest number is 2.
Due Date : 10/4/2016
(i) Algorithm (Flowchart or Pseudocode) and
(ii) Java program
for the following problem.
Write a program that reads positive integers, finds the smallest of them. Assume that the input ends with number -1. Suppose that you entered 3 5 2 5 5 5 -1; the program finds that the smallest is 2.
Here are sample runs of the program:
Sample 1: Enter numbers:
3
5
2
5
5
5
-1
The smallest number is 2.
Due Date : 10/4/2016
3/07/2016
BCS2233 OOP: Markah Quiz 1
Markah quiz 1 adalah seperti berikut:-
No. | Matric No. | Course | Quiz 1 (10) |
1 | 14B07001 | BCNS | 10 |
2 | 14B07002 | BCNS | 10 |
3 | 14B07013 | BCNS | 10 |
4 | 14B07015 | BCNS | 10 |
5 | 14B07018 | BCNS | |
6 | 14B07022 | BCNS | |
7 | 14B07026 | BCNS | 10 |
8 | 14B07029 | BCNS | 10 |
9 | 14B07035 | BCNS | 10 |
10 | 14B08001 | BCNS | 10 |
3/06/2016
BCS2233 OOP . Exercise / LAB
Kelaskan Jenis Masalah di bawah berdasarkan kotegori berikut:-
(A=sequence
Only, B=Selective,C=Iteration)
Subscribe to:
Posts (Atom)
Cara download Installer windows 10 dalam format ISO
1. Jika anda bercadang untuk download windows 10 melalui website rasmi windows - pilihan untuk download dalam format ISO tidak di berikan. ...
-
ANSWERS TO CHAPTER EXERCISES (CHAPTER 8) Review Questions 1. List and describe various types of output, including technolog...
-
Based on real life scenario on any local company/ organization which you are very familiar, define the problem that could be addressed thr...
-
A. Response to the following statements by circling either T (TRUE) or F (FALSE). [10M] I. 1. Java enables users...