September 14, 2025
Trending Now
  •    Build a Simple Water System Calculator in Java...

  •    Registration with image upload Java Jdbc(Down...

  •    Touchable shop Pos system using Java...

  •    Build Your First Responsive Login Form Using H...

  •    Java Beans...

Click Here to Buy Our Courses

  • 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
  • Privacy Policy

Student grade Calculation Scanner Using Java

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

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

Employee Salary Calculation using React Js

By admin
October 12, 2022
in :  Reactjs
0
1,323

In this tutorials will teach Employee Salary Calculation System using React JS. include following Condition if the employee salary is greater 50000 – include 10% if the employee salary is greater 35000 – include 5% if the employee salary is below 35000 no tax included

Read More

Student Marks Calculation System using React JS

By admin
October 11, 2022
in :  Reactjs
0
1,487

In this tutorials will teach Student Marks Calculation System using React JS. include following Condition if the average is greater than 70 – Grade will be A if the average is greater than 50 – Grade will be B if the average is greater than 35 – Grade will be C if the average is below 35 – Grade will …

Read More

Add Two Numbers in Vue Js

By admin
October 10, 2022
in :  Uncategorized
0
575

in this tutorials will teach how to add two numbers in vue js. Html <template> <div class="container"> <h2>Add Two Numbers</h2> <div class="form-group"> <label>Number 1</label> <input v-model="adddata.number1" type="text" class="form-control"> </div> <div class="form-group"> <label>Number 2</label> <input v-model="adddata.number2" type="text" class="form-control" > </div> <div class="form-group"> <label>Total</label> <input v-model="adddata.number2" type="text" class="form-control" > <h3>{{ total }}</h3> </div> </div> </template> JS <script> export default { name: 'AddNumber', …

Read More

Laravel 9 Vue js 3 Crud Application

By admin
October 8, 2022
in :  Laravel 9
0
4,903

This tutorial will teach you how to make simple Crud Application using Laravel 9 with Vue JS Frontend application using Api access crudapplication. First Step What you have to do is you to divide the FrondEnd and BackEnd. FrondEnd – Vue JS BackEnd – Laravel 9 Create the folder myprojects. inside the folder frond end project you maintaing with the …

Read More

Java Money Counter Calculator App

By admin
October 4, 2022
in :  Java, Java Projects and Best Examples
0
692

In this tutorials will teach Java Money Counter Calculator App step by step. Paste the code inside the calculate button. int salary = Integer.parseInt(txtSal.getText()); int notes,coins; notes = salary / 5000; salary = salary % 5000; System.out.println("5000 notes : " + notes); int fivethusand = notes; notes = salary / 1000; salary = salary % 1000; System.out.println("1000 notes : " …

Read More

Angular Spring boot API Bootstrap Table load

By admin
September 30, 2022
in :  Uncategorized
0
346

This Angular and Spring boot tutorial will teach you how to view the records using Restful API. First you have to run the Back-end Spring Boot Application Study RestFul Api How to Works  for beginners here. if you not watch my angular tutorial  please watch them then only you will clear of angular link here. After That Create a new …

Read More

How to add two numbers in ReactJS

By admin
September 28, 2022
in :  React JS
0
1,482

In this tutorials will teach How to add two numbers in ReactJS.

Read More

How to do the student mark calculation in Angular

By admin
September 26, 2022
in :  Angular
0
755

In this tutorials will teach How to do the student mark calculation in Angular. First you have to add the FormsModule inside the imports. Create the new Components studentmarks studentmarks.component.html <form> <h1>Add Students Marks Calculation</h1> <div> <label >Marks 1</label> <input type = "text" name="num1" [(ngModel)] = "marks1" class="form-control" placeholder="Enter Num 1"> </div> <div> <label >Marks 2</label> <input type = "text" …

Read More

Angular How to Add Two Number

By admin
September 24, 2022
in :  Angular
0
1,046

In this tutorials will teach How to add two numbers in Angular. First you have to add the FormsModule inside the imports. Create the new Components addnumbers addnum.components.html <form> <h1>Add Two Numbers</h1> <div> <label >Number 1</label> <input type = "text" name="num1" [(ngModel)] = "num1" class="form-control" placeholder="Enter Num 1"> </div> <div> <label >Number 2</label> <input type = "text" name="num2" [(ngModel)] = …

Read More
1...171819...50Page 18 of 50

Recent Posts

  • Build a Simple Water System Calculator in Java Using Swing
  • GitHub Copilot vs Microsoft Copilot Best AI Tool to Use in 2025
  • Chat with Claude AI Free – Your Super-Smart AI Buddy
  • Best Festivals UK 2025 [Free Guide Included]
  • Bank Holidays 2025 UK – Plan Your Perfect Long Weekends

© Copyright 2020, All Rights Reserved Powered by Tutussfunny