oodlescoop
Search
Categories
Trending
Login
Results for "User Input"
Total results: 236
Java Program to print first n Integers
Java Program to find sum of two integer numbers using Scanner Class
Java Program to find area of circle
Java Program to find area of square
Java Program to find area of rectangle
Java Program to find perimeter of circle
Java Program to find perimeter of square
Java Program to find perimeter of rectangle
Java Program to read information about a student from the user and display the same with the use of classes and objects
Java Program to Print Lower Triangle Matrix Excluding Principal Diagonal Matrix
Java Program to Print Upper Triangle Matrix Excluding Principal Diagonal Matrix
Java Program to Print Lower Triangle Matrix Including Principal Diagonal Matrix
Java Program to Print Upper Triangle Matrix Including Principal Diagonal Matrix
Java Program to find Sum of Lower Triangle Matrix Excluding Principal Diagonal Matrix
Java Program to find Sum of Upper Triangle Matrix Excluding Principal Diagonal Matrix
Java Program to find Sum of Lower Triangle Matrix Including Principal Diagonal Matrix
Java Program to find Sum of Upper Triangle Matrix Including Principal Diagonal Matrix
Java Program to Reverse a Number
Java Program to Reverse a String
Java Program to find maximum element in an array
Java Program to find minimum element in an array
Java Program to convert Kilometer to Miles
Java Program to convert Miles to Kilometer
Java Program to find fibonacci series of a number
Java Program to find fibonacci series of a number using methods
Java Program to find fibonacci series of a number using recursion
Java Program to find the area of a pentagon
Java Program example to demonstrate String charAt method
Java Program to Create a File
Java Program to Rename a File
Java Program to find area of different shapes using inheritance
Java Program to count the occurrence of a number
Java Program to calculate Salary of an Employee
Java Program for Stack Simulation
Java Program for Queue Simulation
Java Program to demonstrate nested try block
Java Program example to demonstrate variable length of arguments
Java Program to create a user defined LinkedList class and store list of books and display
Java Program to calculate Student Average of a Class using User defined Storage Classes
Java Swing Program to demonstrate Jlabel
Java Swing Program to demonstrate JLabel with Icon
Java Swing Program to demonstrate JLabel with Text and Icon
Java Swing Program to demonstrate JTextField
Java Swing Program to demonstrate JTextField with Text
Java Swing Program to demonstrate JButton
Java Swing Program to demonstrate JButton with Text and Icon
Java Swing Program to demonstrate JButton Action TextField
Java Swing Program to demonstrate JCheckBox with Text
Java Program to sort an array using Insertion Sort
Java Program to find sum of array elements
Java Program to find sum of array elements using methods
Java Program to insert element to an array
Java Program to insert element to an array at specified position
Java Program to check if Integer element is present in an array
Java Program to check if String element is present in an array
Java Program to find average of array elements
Java Program to find Median of array elements
Java program to concatenate two arrays using array copy method
Java program to concatenate two arrays using Collections
Java program to concatenate two arrays using Stream API
Java program to merge two arrays one after the other
Java program to reverse array using Collections
Java program to reverse array using for loop
Java program to reverse array using temporary variable
Java program to sort array using Collections reverseOrder method
Java program to sort array using Sort method
Java program to sort array using temporary variable
Java program to sort string array in descending order using collections
Java program to reverse a string using recursion
Java Program to add two binary numbers
Java Program to add two binary numbers using ParseInt
Java Program to subtract two binary numbers using ParseInt
Java Program to multiply two binary numbers using ParseInt
Java Program to divide two binary numbers using ParseInt
Java Program to reverse words in a given string
Java Program to count Vowels and Consonants in a given string
Java Program to count digits and white spaces in a given string
Java Program to check for Duplicate Characters
Java Program to print all substrings of a given string
Java Program to sort the given string Alphabetically
Java Program to sort the given string Alphabetically using Comparator
Java Program to sort the given string in reverse order using Comparator
Java Program to add two matrices
Java Program to subtract two matrices
Java Program to multiply two matrices
Python Program to print Hello World
Python Program to find sum of two integer numbers
Python Program to find difference of two integer numbers
Python Program to find product of two integer numbers
Python Program to find division of two integer numbers
Python Program to find biggest of two integer numbers
Python Program to find biggest of three numbers
Python Program to find area of square
Python Program to find area of rectangle
Python Program to find area of circle
Python Program to find area of triangle
Python Program to find area of pentagon
Python Program to swap two numbers using temporary variable
Python Program to swap two numbers using xor
Python Program to find swap two numbers without temp variable (Addition and Subtraction Method)
Python Program to find swap two numbers without temp variable (Multiplication and Division Method)
Python Program to find ASCII value of a character or digit
Python Program to find ASCII value of a character or digit entered by the user
Python Program to check whether a given number is an Armstrong Number or not
Python Program to check whether a given number is an Armstrong Number or not using lambda and list
Python Program to reverse an integer number
Python Program to find sum of digits
Python Program to convert kilometer to mile
Python Program to find maximum element in an array
Python Program to find sum of array elements using for
Python Program to find sum of array elements using sum function
Python Program to find fibonacci series
Python Program to sort an array using Insertion Sort
Python Program to check if a given number is Prime or not
Python Program to find the square root of a given number
Python Program to convert Celsius to Fahrenheit
Python Program to convert Fahrenheit to Celsius
Python Program to generate a random number within the given range
C Program to find the sum of two integer numbers
C Program to find the difference of two integer numbers
C Program to find the product of two integer numbers
C Program to find the division of two integer numbers
C Program to find area of square
C Program to find area of rectangle
C Program to find area of scalene triangle
C Program to find area of triangle given three sides of a triangle
C Program to find area of circle
C Program to convert Celcius to Fahrenheit
C Program to calculate Simple Interest
C Program to generate Armstrong number within a given range
C Program to check whether a given number is an Armstrong Number or not using user defined power function
C Program to check whether a given number is an Armstrong Number or not using in built power function
C Program to find smallest of three numbers using nested If Else statement
C Program to calculate grade based on percentage using switch statement
C Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using if else ladder statement
C Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using switch statement
C Program to identify a character or a digit using ASCII values
C Program to identify a character digit or special character using Built In functions
C Program to identify a character or a digit using Built In functions
C Program to print prime numbers within given range
C Program to check if a number is prime number or not
C Program to reverse string using for
C Program to reverse string using while
C Program to reverse string using do while
C Program to check anagram by checking frequency
C Program to find area of Ellipse
C Program to arrange a string alphabetically
C Program to convert octal to hexadecimal number
C Program to find maximum element in an array without sorting
C Program to find minimum element in an array without sorting
C Program to find the sum of array elements
C Program to search a key element using Linear Search method
C Program to add two matrix
C Program to implement basic operation of Stacks using structures
C Program to demonstrate fgets
C Program to count vowels and consonents in a given sentence
C Program to create a enum user defined datatype for days of a week and print the index of a week
C++ Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using switch statement
C++ Program to reverse a string using for
C++ Program to reverse a string using while
C++ Program to reverse a string using do while
C# Program to print Hello World
C# Program to add two numbers
C# Program to subtract two numbers
C# Program to multiply two numbers
C# Program to divide two numbers
C# Program to calculate area of pentagon
C# Program to sort an array using Insertion Sort
C# program to find Area of Circle
C# program to find Area of Equilateral Triangle
C# program to find Area of Isoceles Triangle
Rust Program to Add two Numbers from user input
Rust Program to Subtract two Numbers from user input
Rust Program to Multiply Two Numbers from user input
Rust Program to Divide Two Numbers from user input
Rust Program to read the integer from user input 3 variations
Rust Program to read the integer from user input with error handling
JavaScript Program to display an alert box
JavaScript Program to display prompt for user to enter data
JavaScript Program to add of two numbers
JavaScript Program to subtract of two numbers
JavaScript Program to multiply of two numbers
JavaScript Program to divide of two numbers
JavaScript Program to print Fibonacci series
JavaScript Program to find if a number is palindrome or not
PHP Program to display user name
R Program to get input from user and print on Console
Shell Script to read an integer value from user and print
Shell Script to print first n natural numbers
Shell Script to find sum of n numbers
Shell Script to find biggest of two numbers
Shell Script to find biggest of three numbers using command line arguments
Shell Script to reverse command line arguments
Shell Script to check if a string is palindrome or not
Shell Script to print login information
Shell Script to execute different commands on UNIX or Linux using script
ADA Program to print Hello World
ADA Program to print a integer number entered by user
ADA Program to print a character entered by user
ADA Program to print a string entered by user
ADA Program to find the sum of two integer number
ADA Program to find the difference of two integer number
ADA Program to find the product of two integer number
ADA Program to find the division of two integer number
ADA Program to find area of square
ADA Program to find perimeter of square
ADA Program to find area of rectangle
ADA Program to find perimeter of rectangle
Haskell Program to print integer entered by the user
Haskell Program to print string entered by the user
Haskell Program to add two numbers
Haskell Program to subtract two numbers
Haskell Program to multiply two numbers
Haskell Program to divide two numbers
Haskell Program to convert string to lower case
Haskell Program to convert string to upper case
Swift Program to print string value
Swift Program to read integer from user and print (Type 1)
Swift Program to read integer from user and print (Type 2)
Swift Program to read integer from user and print (Type 3)
Introduction to Java
Integrated Development Environments (IDEs) for Java
File Handling in Python
Introduction to Lua
Installing Lua
Passage 27
Passage 31
Passage 35
Passage 61
Passage 86
Passage 119
Passage 174
Passage 178
Passage 193
Passage 216
Passage 291