mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-05 19:49:56 +08:00
Update Decimal To Binary.cpp
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
// This function convert decimal to binary number
|
||||
//
|
||||
#include "stdafx.h"
|
||||
#include <iostream>
|
||||
using namespace std;
|
||||
|
||||
@@ -21,4 +20,5 @@ int main()
|
||||
cout << "the binary is :";
|
||||
cout << binary;
|
||||
cout << endl;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user