using System;
public class Program
{
public static void Main()
/*Q24: You are given a cubic dice with 6 faces. All the individual faces have a number printed on them. The numbers are in the range of 1 to 6, like any ordinary dice. The user needs to enter number for one face and then guess the number on the opposite face of the cube. Check if the user makes the correct guess or not
Test Data :
Eg1:
Enter a number of a face(1=6): 6
Guess the opposite face : 1 Expected Output :
Your guess is correct.*/
}