COUNTDOWN RUNNING
Question content will be here
Sample Input:
hi today is very bad day.
Sample Output:
Hi Todey Is Vary Bed Dey.
/* package whatever; // don't place package name! */
import java.util.*;
import java.lang.*;
class Guvi
{
public static void main (String[] args) throws java.lang.Exception
{
// your code goes here
}
};
Navigate through questions here. Click any of the question to go to that question.
Max. no of times you can compiler/run your code for correctness. Note that even compile is treated as Run.
This is where you get the question description, Sample input/output
Click Next
Click here to choose your favorite programming language.
Write your code here.
Enter your program input(s) here.
Enter expected output of your current code
Click here to Compile/Run the code to verify if its correct. Run Count will decrease everytime you use this.
Click here to submit your code. Here, your code will be verified against the private test cases
Time for your programming challenge.
Once you have completed all the questions, you can finish your test. Please do this only after completing all questions.