java practice questions
import java.util.*; class Bank { public static void main(String args[])
Start learning today with our wide range of courses taught by industry experts. Gain new skills, advance your career, or explore new interests.
Browse Coursesimport java.util.*; class Bank { public static void main(String args[])
Grocery store discount system scenario A Grocery store provides discount based on the total bill amount Above Rs.1000: 20% discount Rs.500 to Rs.1000: 10% discount Below Rs.500: No discount Write a java program that calculates the final bill amount after applying the discount import java.util.*; class ASC { public […]
A company has installed a smart elevator system in its office building. The elevator operates based on the following rule. The elevator can move between 1st to 10th floor Users can enter their desired floor,but if the floor is outside the range,the system should print “Invalid floor” The elevator starts from 1st floor and moves […]
Start learning today with our wide range of courses taught by industry experts. Gain new skills, advance your career, or explore new interests.
Browse CoursesLearn the fundamentals of programming with Python in this beginner-friendly course.
Master the basics of data analysis, visualization, and machine learning.
Build modern websites with HTML, CSS, JavaScript and popular frameworks.
Learn SEO, social media marketing, email campaigns and analytics.