Categories

Octal Decimal Hexadecimal conversions method 2

#include

int main()
{
cout<<"The decimal value of 15 is "<<15< cout<<"The octal value of 15 is "< cout<<"The hex value of 15 is "<

return 0;

}

No related posts.

Related posts brought to you by Yet Another Related Posts Plugin.

You must be logged in to post a comment.