Java Done 1
Java Done 1
Part–A
Micro-Project Proposal
First all team members discussed about the topic and select the topic.
All Team Members Collected data from Java Programming Book to get
more information about Micro-Project topic and to know recourses.
Sr. Name of
No. Resource/material Specifications Qty Remarks
3
Part-B
1.0 Rationale
The auto booking system can run on any device or operating system with a
Java Virtual Machine (JVM), providing flexibility and accessibility to a wide range of
users . In auto booking software it provides a notification to keep users informed about
their bookings, including confirmation messages, reminders, and updates on any
changes or cancellations.
import java.util.Scanner;
public class AutoBooking
{
public static void main(String[] args)
{
Scanner input = new Scanner(System.in);
String name[]=new String[50];
if(choice.equalsIgnoreCase("Yes"))
{
System.out.println("----------------------------------------------");
Sr. Name of
No. Resource/material Specifications Qty Remarks