May 16, 2023

  • Home
  • About Us
  • Java
    • Java for Beginners
    • Java Projects
    • Java Console Application Projects
  • C#.net
  • Angular
  • Reactjs
    • ReactJS Introduction
  • Node JS
  • Android Studio
  • Jsp
  • Servlet
  • python
    • Python for beginners
  • Spring boot
  • Laravel 8
  • Laravel 9
  • Asp.net MVC
  • php
  • Flutter
  • Free Projects
  • Contact us
Home Java Java Console Application Projects

Java Console Application Projects

Advanced Student Marks Calculation Using Java

By admin
October 17, 2022
in :  Java, Java Console Application Projects
0
366

Input the Student Indexno,Name,subjects in java Display the Student details Display the the max marks Display the total,average and grade Exit

Read More

max,min,total,average calculation using java

By admin
September 9, 2022
in :  Java Console Application Projects
0
186

create a 3 element integer to calculate and following min numbers max numbers total average

Read More

Array counting the 0 in Java

By admin
September 9, 2022
in :  Java, Java Console Application Projects
0
94

Create a 10 element integer array and store some integer values display as the counting of 0. [crayon-64630be3bba73291821216/] above examples  int numbers[] = {10,15,0,0,6,0,0,1,6,4};  here there is 4 zeros. Output display as [crayon-64630be3bba77057767631/]  

Read More

DataInputStream using Java

By admin
September 9, 2022
in :  Java, Java Console Application Projects
0
104

in this tutorials you will be learning  DataInputStream using Java.input the integer number and float number and press enter key then show output as readable integer number and float number. [crayon-64630be3bbc79540039868/]  

Read More

Math Function using Java

By admin
September 9, 2022
in :  Java, Java Console Application Projects
0
219

Assume that we have to compute and print the square root of the number. [crayon-64630be3bbe9d710351246/]    

Read More

Advanced Student Marks Calculation using Java

By admin
September 9, 2022
in :  Java, Java Console Application Projects
0
237

Input the Student name,marks for 3 subjects,calculate the avg,grade. In order to calculate the grade using following conditions.

Read More

Employee Gross wage Calculation using Java

By admin
September 9, 2022
in :  Java Console Application Projects
0
127

input employee number,hourly rate calculate and display the gross payment using following condition. if the employee work more than 40 hours then he will be paid the hours work over 40 at the rate of two times than the normal rate others get the normal payment. [crayon-64630be3bc27d915131379/]  

Read More

Employee Salary Calculation using Java

By admin
September 9, 2022
in :  Java, Java Console Application Projects
0
251

Input the employee name and basic salary calculate and display the netsalary using following condition if the basic salary is more than 50000 then include 10% Tax if the basic salary is more than 30000 then include 5% Tax otherwise no Tax.

Read More

Modify the Student Marks Calculation using Java

By admin
September 9, 2022
in :  Java, Java Console Application Projects
0
119

Modify the above programme to calculate the grade using following condition Avg > 80 -> Distinction Avg > 70 -> Credit Avg > 60 -> Simple Pass Other wise Fail [crayon-64630be3bc611991238792/]  

Read More

Student Marks Calculation using Java

By admin
September 8, 2022
in :  Java, Java Console Application Projects
0
238

Input the Student name,marks for 3 subjects,calculate the avg,grade. In order to calculate the grade using following conditions

Read More

Recent Posts

  • Create Maven project in Intellij
  • Django Vue.js Full Stack App
  • Django React Full Stack Project
  • Django Angular Full Stack Project
  • Django Mysql Rest Api Crud Application

© Copyright 2020, All Rights Reserved Powered by Tutussfunny