Skip to content
Technology Blog

Technology Blog

  • Home
  • Java
  • PROGRAMMING
  • Technology
  • Gaming
  • About Us
    • Contact Us
    • Privacy Policy
    • About Us
    • Disclaimer

Tag: functions of math class in java

Java PROGRAMMING Technology TOP CONTENT

WAJP to create a function that accepts an integer and find and prints the factorial of integer.

import java.util.*;class factorial{public static void fact(int n){int i=0,f=1;for(i=1;i<=n;++i)f=f*i;System.out.println(f);}public static void main(){Scanner in=new Scanner(System.in);System.out.println(“Enter a number to find its factorial”);int inp=in.nextInt();fact(inp);}} In …

Read more

admin 3 years agoAugust 6, 2022
Math Functions In Java
Java PROGRAMMING

Functions Of Math Class in Java

Math Class in Java belongs to java.lang.Math package (This Package Is Auto Imported In Every Java Program) Today We Will Discuss …

Read more

admin 3 years agoJanuary 17, 2022

Posts pagination

1 2

Recent Posts

  • How to make money as a Beginner Coder in 2025
  • LloydsLloyds Technology Centre : A Concise Guide
  • How to Increase Height at Any AgeHow to Increase Height at Any Age
  • The Hidden Beauty of Karrukha Wood: A Rare Masterpiece from Nature
  • Deadliest KicksTop 10 Deadliest Kicks in Martial Arts [2024]
  • How to Optimize Battery Life of Your SmartphoneHow to Optimize Battery Life of Your Smartphone
  • Microsoft Crash [World’s BIGGEST Tech Crash!]
  • AI RobotAI Robot : The Rise of the AI Robot
  • Amazon Echo SpotAmazon Echo Spot: Smart Display with Alexa
  • AI in Space: Revolutionizing Space Exploration

Popular Categories

  • Artificial Intelligence
  • BOARD PROGRAM
  • class 9-10 icse programs
  • Gaming
  • Java
  • Martial Arts and Fitness
  • PROGRAMMING
  • Technology
  • TOOLS
  • TOP CONTENT
  • Websites
Copyright 2023. All rights reserved.
Theme By: Smarter Themes