Forums Hà Nội Aptech
Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.
Tìm kiếm
 
 

Display results as :
 


Rechercher Advanced Search

Latest topics
» TUYỂN SINH KHÓA ĐÀO TẠO LUVINA ACADEMY X/2014 (Hệ Sơ cấp)
CHAPTER 5 ASSIGNMENT - LEARN JAVA BY EXAMPLE EmptyFri Jan 10, 2014 5:08 pm by trangan

» Luvina - Tuyển sinh Luvina Academy IX/2013
CHAPTER 5 ASSIGNMENT - LEARN JAVA BY EXAMPLE EmptyTue Apr 09, 2013 2:21 pm by trangan

» LUVINA ACADEMY VIII TUYỂN SINH 2012
CHAPTER 5 ASSIGNMENT - LEARN JAVA BY EXAMPLE EmptyMon Sep 17, 2012 3:16 pm by trangan

» Tuyển sinh khóa học lập trình viên_Luvina Academy VII (Hệ sơ cấp)
CHAPTER 5 ASSIGNMENT - LEARN JAVA BY EXAMPLE EmptyTue Jul 10, 2012 7:01 pm by trangan

» Xin đề thi thực hành,lý thuyết và đáp án của môn Developing Web Services with Java
CHAPTER 5 ASSIGNMENT - LEARN JAVA BY EXAMPLE EmptyTue Jan 10, 2012 12:58 pm by JinHoVN

» Nhờ các PRO vào làm giúp kái đề PCS này với
CHAPTER 5 ASSIGNMENT - LEARN JAVA BY EXAMPLE EmptyFri Jan 06, 2012 1:06 pm by phongvan1991

» Đề cương ôn tập môn CF
CHAPTER 5 ASSIGNMENT - LEARN JAVA BY EXAMPLE EmptyThu Nov 10, 2011 8:20 pm by thanhnc_b01392

» xin slide môn C
CHAPTER 5 ASSIGNMENT - LEARN JAVA BY EXAMPLE EmptySun Sep 04, 2011 5:33 pm by anhchang064

» Drugs In Japan
CHAPTER 5 ASSIGNMENT - LEARN JAVA BY EXAMPLE EmptyTue Aug 02, 2011 5:58 am by Khách viếng thăm

Affiliates
free forum

May 2024
MonTueWedThuFriSatSun
  12345
6789101112
13141516171819
20212223242526
2728293031  

Calendar Calendar

Affiliates
free forum


CHAPTER 5 ASSIGNMENT - LEARN JAVA BY EXAMPLE

Go down

CHAPTER 5 ASSIGNMENT - LEARN JAVA BY EXAMPLE Empty CHAPTER 5 ASSIGNMENT - LEARN JAVA BY EXAMPLE

Bài gửi  Admin Mon Aug 23, 2010 10:10 pm

Ques 1:

Build a class Student including 4 attributes: rollNo, name, age, score

class Student{
String rollNo;
String name;
int age;
int score;
}

a. Write input() method in class Student to enter students’ information.
b. Write display() method in class Student to show student’s info like the following:
(In format: RollNo Name Age Score)
Ex : C0710G01 Nguyen Viet Anh 20 90
c. In main method :

- Init an array of 5 students, enter 5 students from keyboard
- Display 5 students that you’ve just accepted.
- Display list of students in Alphabet order.
- Display list of students in Score descending order.
- Input a string; display all students whose names start with that given string.

String exercises

Ques 2:

Accept a CAPITAL string. Change every letters of each word to upper case, the others to lower case.

Ex: JAVA BY EXAMPLE  Java By Example

Hint: Use String and StringBuilder

Ques 3:

Accept a string of numbers, separate by a semi coma(Wink. Example: 15;30;4;-14
Print the total of odd numbers: 15
Print the total of even numbers: 20
Print the total of all numbers: 35

Hint: Use StringTokenizer

Ques 4:
Accept a string. Check if this string is symmetric or not. A symmetric string is a string has the same character at symmetric position. For example: madam, abccba…

Lời giải: [You must be registered and logged in to see this link.]
Admin
Admin
Admin
Admin

Tổng số bài gửi : 31
Join date : 23/08/2010
Age : 35
Đến từ : Hà Nội 5

https://hn-aptech.forumvi.com

Về Đầu Trang Go down

Về Đầu Trang

- Similar topics

 
Permissions in this forum:
Bạn không có quyền trả lời bài viết