Question Set

1. The designer of the new unique symbol for Indian rupee:





Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->A man has equal number of one rupee, five rupee and ten rupee notes with him. If he has Rs. 480 with him, the number of one rupee note is :....
QA->Raju has equal number of one rupee, five rupee and ten rupee notes with him. If he has Rs. 480 with him, what is the number of one rupee note?....
QA->The India government selected the The Rupee Symbol on?....
QA->The Rupee Symbol was created by?....
QA->Who designed the new symbol for Indian Rupees?....
MCQ->The designer of the new unique symbol for Indian rupee:....
MCQ->A man has equal number of one rupee, five rupee and ten rupee notes with him. If he has Rs. 480 with him, the number of one rupee note is :....
MCQ->A man has Rs. 480 in the denominations of one-rupee notes, five-rupee notes and ten-rupee notes. The number of notes of each denomination is equal. What is the total number of notes that he has ?....
MCQ->The new Indian Rupee symbol is designed by....?....
MCQ->What will be the output of the program? public class WrapTest { public static void main(String [] args) { int result = 0; short s = 42; Long x = new Long("42"); Long y = new Long(42); Short z = new Short("42"); Short x2 = new Short(s); Integer y2 = new Integer("42"); Integer z2 = new Integer(42); if (x == y) / Line 13 / result = 1; if (x.equals(y) ) / Line 15 / result = result + 10; if (x.equals(z) ) / Line 17 / result = result + 100; if (x.equals(x2) ) / Line 19 / result = result + 1000; if (x.equals(z2) ) / Line 21 / result = result + 10000; System.out.println("result = " + result); } }....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution