Computer Science, asked by swaraliwairagade9422, 7 months ago

UL
4. Write a program to read decimal number and display its binary form.
for example, if input number is 2, the
binary equivalent of 2 is 0010.​

Answers

Answered by sujal23805
3

syntax highlighting, autocompletion, and debugging.

Steps to Writing a Program

The general steps for writing a program include the following:

Understand the problem you are trying to solve

Design a solution

Draw a flow chart

Write pseudo-code

Write code

Test and debug

Test with real-world users

Release program

Iterate the steps for the next version

Similar questions