COUNTDOWN RUNNING

01:
00:
00

Question 01

Question content will be here

Sample Input:
hi today is very bad day.

Sample Output:
Hi Todey Is Vary Bed Dey.

Select your language
AخA
 
1
/* package whatever; // don't place package name! */  
2
 
3
import java.util.*;
4
import java.lang.*;
5
 
6
class Guvi
7
{
8
public static void main (String[] args) throws java.lang.Exception 
9
  { 
10
    // your code goes here 
11
   } 
12
 }; 

Enter Expected Output:
  1. Instruction 1


    Navigate through questions here. Click any of the question to go to that question.

  2. Instruction 2


    Max. no of times you can compiler/run your code for correctness. Note that even compile is treated as Run.

  3. Instruction 3


    This is where you get the question description, Sample input/output

  4. Click Next


    Click Next

  5. Instruction 4


    Click here to choose your favorite programming language.

  6. Instruction 5


    Write your code here.

  7. Instruction 6


    Enter your program input(s) here.

  8. Instruction 7


    Enter expected output of your current code

  9. Instruction 8


    Click here to Compile/Run the code to verify if its correct. Run Count will decrease everytime you use this.

  10. Instruction 9


    Click here to submit your code. Here, your code will be verified against the private test cases

  11. Instruction 10


    Time for your programming challenge.

  12. Instruction 11


    Once you have completed all the questions, you can finish your test. Please do this only after completing all questions.