Index
Index
:________
Name:
Subject: 403: JAVA PROGRAMMING LANGUAGE (PRACTICAL ASSIGNMENT)
Index
Sr. Description Page no Sign
No.
1 Write a Java program to capitalize the first letter of each word in a sentence.
3 Write a java Program that Accepts String Data from User and then Provide
options for Changing case into any of the Following. (UPPPERCASE,
lowercase, Sentence case ,Toggle CASE
4 Write a program which design Bank Account class as Saving and Current
Account and manage information accordingly.
5 Write a program that creates two interfaces 1. Direction 2. Drive Car. And
creates two classes 1. DirectionBoard 2. Car which inherits above interfaces