Skip to content
July 15, 2025, Tuesday

Sandeep Kumar Singh

Assistant Professor Computer Science @RRIMT Lucknow

  • Home
  • About Us
  • Blog
    • Project
    • Free course
    • Career Guide
  • Latest Job
  • Digital Store
  • Contact Us

Tag: AKTU Problem solving Labs

  • Home
  • AKTU Problem solving Labs
June302023February172025
  • Programming

Write a Program to find the factorial of a given number in C , java , python

  • sandeep kumar
Algorithm C program In this program, the factorial() function is defined recursively. It checks if the number n is either 0 or 1 (base case), in which case it returns 1. Otherwise, it calls itself with n-1 and multiplies the…
June292023August272024
  • Programming

Write a program to takes two operands and one operator from the user, perform the operation, and prints the result by using Switch statement content1 in c, python,java

  • sandeep kumar
Algorithm the algorithm to take two operands and one operator from the user, perform the operation using a switch statement, and print the result: C Program C++ In both versions, the program takes two operands (operand1 and operand2) and an…
June292023August272024
  • Programming

Write a Program to print the sum of all numbers up to a given number 1 content

  • sandeep kumar
Algorithm for sum of all numbers the algorithm to calculate the sum of all numbers up to a given number: Python Program In this program, the calculate_sum function takes an integer n as input and initializes a variable total to…
June282023August272024
  • Programming

Write a Program that find a given year is a leap year or not 1. content

  • sandeep kumar
leap year or not Algorithm By following this algorithm, you can implement a program in any programming language to determine whether a given year is a leap year or not. C Program C++ Both the C and C++ programs follow…
June282023August272024
  • Programming

Write a program to find the greatest of three (9)numbers content

  • sandeep kumar
program to find the greatest of three the algorithm to find the greatest of three numbers This algorithm compares each number with the current greatest number and updates the value of the greatest variable accordingly. At the end of the…
June282023February172025
  • Programming

Write a Program that checks whether the two (2)numbers entered by the user are equal or not in C. content

  • sandeep kumar
equal or not in C Concept the concept for checking whether two numbers are equal or not in C: the concept for checking whether two numbers are equal or not in C++: the concept for checking whether two numbers are…
June282023February172025
  • Programming

Write a program that calculates the Simple Interest and Compound Interest. The Principal ,Amount, Rate of Interest and Time are entered through the keyboard. content 2

  • sandeep kumar
calculates the Simple Interest and Compound Interest Simple Interest: Simple Interest is calculated based on the principal amount, rate of interest, and time period. The formula for calculating simple interest is: Simple Interest = (Principal * Rate * Time) /…
June162023
Uncategorized

Write a program to calculate the area and circumference of a circle. content

  • sandeep kumar
The area and circumference of a circle Both the area and circumference of a circle are crucial measurements used in various mathematical and real-world applications, such as geometry, physics, engineering, and many more. Python program that calculates the area and…

Categories

  • Blog
  • Career Guide
  • Free course
  • Latest Job
  • Programming
  • Project

Archives

Copyright © 2025 Sandeep Kumar Singh Theme: Nostalgic Blog By Adore Themes.