Aafthab Ali Shaik

Aafthab Ali Shaik @aafthab_ali

About: Building!

Joined:
Mar 7, 2025

Aafthab Ali Shaik
articles - 16 total

more efficient Calculator in Java

the code!! import java.util.Scanner; public class Main { public static int sum(int num1,int...

Learn More 0 0Mar 22

It's Been a While!!

A post by Aafthab Ali Shaik

Learn More 0 0Mar 21

Let's Not disturb the flow!!

A post by Aafthab Ali Shaik

Learn More 0 0Mar 18

Factorial till N Without recursion!!

#include <stdio.h> int main() { int n,count; scanf("%d",&n); count =1; ...

Learn More 0 0Mar 18

“The only thing that never changes is that everything changes.”

A post by Aafthab Ali Shaik

Learn More 1 0Mar 16

Factorial till n Numbers!!

Written code!! import java.util.Scanner; public class Main { public static int fact(int...

Learn More 0 0Mar 16

what's Next?

A post by Aafthab Ali Shaik

Learn More 0 0Mar 16

To Find Whether the Given Number is Prime or Not!!

Written Code!! import java.util.Scanner; public class Main{ public static void main(String[]...

Learn More 0 0Mar 16

Prime Numbers Till N!

Written Code!! import java.util.Scanner; public class Main{ public static int is_prime(int...

Learn More 0 0Mar 15

Something is better than Nothing! he he he!

A post by Aafthab Ali Shaik

Learn More 0 0Mar 11

Sample Calculator! :)

import java.util.Scanner; public class Main { public static int sum(int num1,int num2){ return...

Learn More 1 1Mar 11

Factorial Calculator!

import java.util.Scanner; public class Main{ public static void main(String[] args){ ...

Learn More 0 0Mar 9

Multiplication Table Generator upto 20 digits!

In Written format!! import java.util.Scanner; public class Main{ public static void...

Learn More 0 0Mar 9

being productive! :)

A post by Aafthab Ali Shaik

Learn More 0 0Mar 9

An Basic Number Guessing Game

In Written format down below!! ` import java.util.Scanner; public class Main { public static...

Learn More 0 0Mar 9

Being productive! :)

A post by Aafthab Ali Shaik

Learn More 0 0Mar 8