Character Pattern in Java Character Pattern in Java import java.util.*; public class Character_Pattern { Β Β public static void main(String[] args) { […]
Read moreCategory: Java
Colourful firework π
window.onload = () => { const canvas = document.createElement(“canvas”); const ctx = canvas.getContext(‘2d’); const GRAVITY = 0.05; const FRECTION = 0.99; […]
Read moreresult calculator , simple function program , function in c , function in java , functions, function overloading
result calculator , simple function program , function in c , function in java , functions, function overloading result calculator , simple function program , […]
Read moreDefine a Function array() which takes input in array and a function sum() which calculate the sum of the same array. Call the function in main() in a loop of five times – Simple loop and array question , matrix question , 2d array question
Define a Function array() which takes input in array and a function sum() which calculate the sum of the same array. Call the function in […]
Read moreInput two matrix in 3-D array and multiply and store in another array – Simple loop and array question , matrix question , 2d array question
Input two matrix in 3-D array and multiply and store in another array – Simple loop and array question , matrix question , 2d array […]
Read moreInput a matrix in 3-D array and calculate the sum of its diagonal – Simple loop and array question , matrix question , 2d array question
Input a matrix in 3-D array and calculate the sum of its diagonal – Simple loop and array question , matrix question , 2d array […]
Read moreInput a matrix in 3-D array and check if it is identity matrix or not – Simple loop and array question , matrix question , 2d array question
Input a matrix in 3-D array and check if it is identity matrix or not – Simple loop and array question , matrix question , […]
Read morewrite a short program to input a digit and print it in words in java
write a short program to input a digit and print it in words in java write a short program to input a digit and print […]
Read moreWrite a Program to take a string, convert it in uppercase and replace all vowel of string with the character followed by vowel and replace the first letter with last letter and print the new string in JAVA
Write a Program to take a string, convert it in uppercase and replace all vowel of string with the character followed by vowel and replace […]
Read moreWrite a program to check whether the given number is Happy Number or Not. #JAVA
Write a program to check whether the given number is Happy Number or Not. #JAVA /* QUESTION : Write a program to check whether […]
Read more
Recent Comments