C++ Ödev (Yardım)

cicek1234
16-04-2014, 16:23   |  #1  
OP Taze Üye
Teşekkür Sayısı: 0
1 mesaj
Kayıt Tarihi:Kayıt: Nis 2014

Şöyle bir ödevim var yardım edebilecek varsa sevinirim:

Write a C code that converts any decimal number to its binary equivalent or vice versa.The program output should be as in the following examples:

Example 1

For decimal to binary conversion,input 1.

For binary to decimal conversion,input 2.

1

Enter the decimal number : 45

Binary equivalent is:101101