Write a pseudo code to evaluate a number to any base given
(2...16) based on the input. Number greater than 9 should be
given as A-F for 10-15.
No Answer is Posted For this Question
Be the First to Post Answer
Do not use more than 3 nested IF. Use Evaluate statement in case of more IF required. Please give a detail explantion besides readability and clarity for Evaluate stmt.
A, B and C are 8 bit nos. They are as follows: A 1 1 0 1 1 0 1 1 B 0 1 1 1 1 0 1 0 C 0 1 1 0 1 1 0 1 Find ( (A-B) u C )=? how to solve this need with steps
What is web.configuration? how is it work? & wht is use this?
how many logical drive we can form to physical device in our computer?
What is the difference between in-proc and out-of-proc?
What is the language used for Artificial Intelligence?
Why multiple inheritance is removed in java?
what is the last ant version you worked?how to get it
Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fit" instead of the number and for the multiples of five print "Bit". For numbers which are multiples of both three and five print "FitBit".
WHAT IS MAIN IMPORTANT THING IN SOFTWARE?
What is %Type,%Rowtype?
What is the entry point function of a DLL?