June 30, 2025
Trending Now
  •    Registration with image upload Java Jdbc(Down...

  •    Touchable shop Pos system using Java...

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

  •    Java Beans...

  •    Java String Methods...

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 Marks Calculation System using React JS

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

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
553

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,886

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
672

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
340

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,448

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
748

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,025

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

Spring boot Swagger Configuration

By admin
September 12, 2022
in :  Spring boot
0
657

in this tutorial help you to learn Swagger Configuration. in earlier spring testing purpose we used postman tool. this tool is good but we have to install and and every testing need open and check it.instead of we can Swagger . it is best one just only add the dependencies  in to the pom.xml file only its works. i attached …

Read More

max,min,total,average calculation using java

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

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

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

Recent Posts

  • 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
  • Master Cursor AI Full Guide for Students & Creators
  • Google Gemini AI Free AI Tool for Students & Creators

© Copyright 2020, All Rights Reserved Powered by Tutussfunny