top of page
Coding Solutions is a great section for every coder. You can get answers to your programming questions here by the Team ATC. You can even ask for the answer to competitive programming language questions as well. First, search your question here, and if not found. Then, ask your question to Ask The Code members, and you will get your answer in no time from the members of this Indian Developer Community. Happy Coding.
Search
Team ATC
Mar 29, 20212 min read
Java Program To Reverse A String Array | AskTheCode
Reverse a user given string array in java...AskTheCode Problem: Reverse the order of elements of an Array. Use the Array provided below....
15 views0 comments
Team ATC
Mar 16, 20212 min read
Interesting XOR! - CodeChef Solution in Java | AskTheCode
CodeChef March Long Challenge Solution| Interesting XOR! in Java...You are given an integer C. Let d be the smallest integer such that...
108 views0 comments
Team ATC
Mar 16, 20212 min read
College Life 4 - CodeChef Solution in Java | AskTheCode
CodeChef March Long Challenge Solution-College Life 4 in Java-AskTheCode... Chef and N−1 more of his friends go to the night canteen...more
33 views0 comments
Team ATC
Mar 12, 20211 min read
Binary to Decimal and Decimal to Binary in Java | AskTheCode
AskTheCode...Problem: Write a Java method that accepts a binary number and converts it to decimal, then display the result...
24 views0 comments
Team ATC
Mar 12, 20211 min read
Program to check Perfect Number in Java | AskTheCode
Java program to check Perfect Number using isPerfectNumber method...Problem: An integer is said to be Perfect Number if the sum of its...
26 views0 comments
Team ATC
Mar 12, 20211 min read
Java program to calculate exponential e^x by using factorial and exp methods
Java program to calculate exponential...The exponential e^x can be calculated using the formula: e^x = 1 + x/1! + x^2/2! + x^3/3!+...
26 views0 comments
Team ATC
Mar 10, 20212 min read
Java program to find perimeter using abstract class Shape
Java Programming | AskTheCode Problem: Create an abstract class Shape with abstract method public abstract Double calculatePerimeter()...
72 views0 comments
Team ATC
Mar 3, 20211 min read
Java program to check Prime Number | AskTheCode
Write a Java program that finds the prime numbers between 2 and 500. Your program should stop if we entered a number less than 2...More
22 views0 comments
Team ATC
Mar 3, 20211 min read
Determine the salary for several employees using Java | AskTheCode
Write a Java program that will determine the salary for each of several employees. The company pays "straight-time" for first 40 hrs...more
25 views0 comments
Team ATC
Mar 3, 20211 min read
Calculate BMI in Java | AskTheCode
Write a Java program that reads values for weight in kilograms and height in centimeters and prints out the BMI... interpretation of it...
24 views0 comments
Team ATC
Feb 15, 20211 min read
Maximize Function-CodeChef Solution | AskTheCode
CodeChef Feb Long Challenge Solution | Maximise Function in Java | Ask The Code...given a sequence A1,A2,…,AN. Find the maximum value...more
56 views0 comments
Team ATC
Feb 11, 20211 min read
ATM - Codechef Solution in Java | AskTheCode
ATM - Codechef Practice Problem Solution in Java Programming...Ask The Code...Pooja would like to withdraw X $US from an ATM...See the code
908 views0 comments
Team ATC
Feb 1, 20211 min read
Java program to check even number | AskTheCode
Java program to check odd even | Java programming solutions | Ask The Code Problem: I'm quite into games now, so how about we play In or...
36 views0 comments
Team ATC
Jan 31, 20211 min read
Problem Solving: Basic List operation using Array in Java | AskTheCode
Ask The Code Problem: Did you know that you can also reverse lists and group them according to your liking with proper code?...Read more
30 views0 comments
Team ATC
Jan 31, 20211 min read
Print elements of array in reversed order - Java | AskTheCode
AskTheCode Problem: We've already made arraying/listing the easy way...how about arraying/listing & printing the list in reverse order?...
27 views0 comments
Team ATC
Jan 31, 20211 min read
Java program to find HCF or GCD of two numbers | AskTheCode
AskTheCode Problem: The greatest common divisor, also known as GCD, is the greatest number that will, without a remainder, fully divide...
19 views0 comments
Team ATC
Jan 31, 20211 min read
Problem Solving: Count the positive numbers in Java | AskTheCode
Java program to count positive numbers present in an array | AskTheCode Problem: There are different kinds of numbers, but among them all...
33 views0 comments
Team ATC
Jan 31, 20211 min read
The FizzBuzz Game in Java | Ask The Code
AskTheCode Problem : Remember the game of FizzBuzz from the last time? Well, I thought of some changes in the game, & also with...Read more.
32 views0 comments
Team ATC
Jan 30, 20211 min read
Java program to print numbers up to 100 which are divisible by 3 - Ask The Code
Print numbers up to 100 which are divisible by 3...AskTheCode Problem: Title: There was 3...divisible by 3...more.
30 views0 comments
Team ATC
Jan 30, 20211 min read
Java program to find the largest digit of a number - AskTheCode
Find the largest digit of a number in Java | Java Programming Solutions - Ask The Code...Looping a number and taking away each digit...more
38 views0 comments
bottom of page