Coding challange #6 Solution

Here goes the Challange Solution, Explanation of the code--- 1)Declare an array. 2)Assume first element to be the maximum value. 3)The variable length will store the length of the array. 4)The loop goes to each ele…

Coding Challenge#6

Coding Challenge#6 Required Knowledge - Ascending Order of Numbers Challenge - You are given a array of Numbers(N),                  Find the maximum value in that array. Hint - T…

Make The Tree Grow

This animation is Made in JavaScript with the help of a library called P5.js Please do Checkout this amazing tree growing beautifully, Click On the Image Now and see the MAGIC! Just Keep clicking on the tree to make i…

Coding Challenge-5

# Coding Challenge 5 Required Knowledge -log(x) function. log(x) is the power which must be raised to 10 to get x. Mathematically, log(x) = a         ---->      x = 10*10*10*10........a times Chal…

Pop The Bubbles

Please Check Out this, I made this in JavaScript, with help of a library called P5.js Pop Bubbles         Click The Image TO Pop Bubbles Program Click The Bubbles to Pop them UP!!. Please …

Coding Challenge Solution-4

Coding Challenge#4 Solution Here,goes Solution-- Explanation of code-- 1.First we import scanner and create object s. 2.Take n number of rows as input. 3.Make outer loop with int i. 4.int sp lo…

Coding challenge solution-3

Coding Challenge#3 Solution Here goes the solution-- Explanation of code-- 1.First we import Scanner class and create an object s. 2.Take number of terms to sum up. 3.Initialize sum and the number being added…

# Coding Challenge-4 (Please Enable Desktop mode on Mobile) Challenge— Print the following Star Pattern. *   *     *       *         * Input- Number of Stars(N)                   “All The…

Coding challenge-2 Solution

Coding Challenge#2 Solution. Here,goes the solution-- Explanation of the code-- Import Scanner class,create object s and take n as input. The variable lastdig stores…

Coding challenge-3

# Coding Challenge-3 Required knowledge - Recursive adding                sum = 1              sum = sum + 2              sum = sum + 3              sum = sum + 4......and so on till n times. …

Coding challenge-1 Solution

Coding Challenge#1  Solution. Here,goes the solution-- Explanation of code-- First we import Scanner class to accept input Create an object s. The we ask for a Number to be…

Coding challenge-2

# Coding Challenge-2                        (Please Enable Desktop Mode on Mobiles.) Required Knowledge -Basics of Division and remainder of a number(Modular Arithmetic). Quotient of a number is…

Coding challenge-1

# Coding Challenge-1                   (Please Enable Desktop mode on Mobiles.) Required Knowledge- Factorial's Factorial of a number is simply the following Product, To calculate factoria…