binary

binary

Hi

I want to write a program in pascal that ask a user to input a decimal number and then return its binary equivalent in the minimum number of bits required to repesent the number.

Thks

View Answers

June 22, 2011 at 12:45 PM

import java.util.*;
public class DecimalToBinary{
  public static void main(String args[]){
  Scanner input=new Scanner(System.in);
  System.out.println("Enter the decimal value:");
  int num = input.nextInt();
  String binary = Integer.toBinaryString(num);
  System.out.println("Binary: " + binary);
  }
}

June 23, 2011 at 11:09 PM

Hi

Can I have the program in pascal language

Thks









Related Tutorials/Questions & Answers:
binary
binary  Hi I want to write a program in pascal that ask a user to input a decimal number and then return its binary equivalent in the minimum number of bits required to repesent the number. Thks
Binary tree
Binary tree  a. Construct a method to implement a binary tree using an array. b. Implement the binary tree to store numbers in sorted order
Advertisements
Binary tree
Binary tree  hii, What is binary tree?   hello,ADS_TO_REPLACE_1 A binary tree is a tree in which every node has exactly two links i.e left and right link
binary tree
binary tree  can a binary tree be implemented with out comparing...://www.roseindia.net/java/java-get-example/java-binary-tree-code.shtml http://www.roseindia.net/java/java-get-example/java-binary-tree-insert.shtml
binary tree
binary tree  how to count no. of nodes in a binary tree for mlm if it complet tree or incomplet tree in php using mysql db
octal to binary
octal to binary  i want to know how to convert a octal to binary number   Here is a java example that converts octal to binary. import... binary=Integer.toBinaryString(i); System.out.println(binary
program binary
program binary  Hi I want to write a program in pascal that ask a user to input a decimal number and then return its binary equivalent in the minimum number of bits required to repesent the number. In pascal language please
Binary Search - Java Beginners
Binary Search  how to use Binary think in java give me the Binary Search programm thx
binary search program
binary search program  write a program to searching a string using binary search
binary search program
binary search program  write a program to searching a string using binary search
binary search program
binary search program  write a program to searching a string using binary search
binary search program
binary search program  write a program to searching a string using binary search
binary search program
binary search program  write a program to searching a string using binary search
universal binary for ipad iphone
universal binary for ipad iphone  How can i create a universal binary for iPad and iPhone
ModuleNotFoundError: No module named 'binary'
ModuleNotFoundError: No module named 'binary'  Hi, My Python... 'binary' How to remove the ModuleNotFoundError: No module named 'binary'... to install padas library. You can install binary python with following command
swing program for decimal to binary
swing program for decimal to binary  swing program for decimal to binary
Binary Search on array
Binary Search on array  What requirement is placed on an array, so that binary search may be used to locate an entry? â?º The array elements must form a heap. â?º The array must have at least 2 entries. â?º The array must
BINARY TO DECIMAL - Java Beginners
BINARY TO DECIMAL  HELP ME PLSS. PROGRAM THAT CONVERTS BINARY TO DECIMAL  Hi friend, Program to convert Binary To Decimal : import... (System.in); System.out.print ("Enter a binary number "); String str
Java read binary file
Java read binary file  I want Java read binary file example code that is easy to read and learn. Thanks   Hi, Please see the code at Reading binary file into byte array in Java. Thanks   Hi, There is many
binary distributions - Java Server Faces Questions
binary distributions  what are binary distributions
Parsing Binary Data in PHP - PHP
Parsing Binary Data in PHP  Is there a better library for working with binary data in PHP
send Binary Data by doGet or doPost?
send Binary Data by doGet or doPost?  which method in doGet or doPost is use to send binary date to server
java binary file io example
java binary file io example  java binary file io example
binary search tree
binary search tree  Construct a binary search tree by inserting the following sequence of characters into an empty tree. N O N L I N E A R D A T A Visit the tree using all three traversal algorithms and list the output sequence
binary search tree
binary search tree  Construct a binary search tree by inserting words into an empty tree. "cut your coat according to your cloth" Visit the tree using all three traversal algorithms and list the output sequence for each algorithm
Binary to decimal - Java Beginners
Binary to decimal  Need help pls.. i cannot run this program... pls... = Integer.parseInt(JOptionPane.showInputDialog("Input Binary:")); String c = args[0...; String value = JOptionPane.showInputDialog("Input Binary"); int len
Binary Search Tree
Binary Search Tree  Question-1 ) Modify the BinarySearchTree class so that the iterators are fail-fast.Test your class with amain method ? Question-2 ) Modify the BinarySearchTree class so that the BinarySearchTree objects
Binary Search Tree
Binary Search Tree  Question-1 ) Modify the BinarySearchTree class so that the iterators are fail-fast.Test your class with amain method ? Question-2 ) Modify the BinarySearchTree class so that the BinarySearchTree objects
JAVA: Recusrion, Binary Search
JAVA: Recusrion, Binary Search  I want to learn about Binary Search... it using a recursive implementation of Binary Search. For the cases when more than one result can be returned, modify Binary Search to return all the elements
ModuleNotFoundError: No module named 'chromedriver-binary'
ModuleNotFoundError: No module named 'chromedriver-binary'  Hi, My... named 'chromedriver-binary' How to remove the ModuleNotFoundError: No module named 'chromedriver-binary' error? Thanks   Hi
ModuleNotFoundError: No module named 'pkgme-binary'
ModuleNotFoundError: No module named 'pkgme-binary'  Hi, My Python... 'pkgme-binary' How to remove the ModuleNotFoundError: No module named 'pkgme-binary' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'prison-no-binary'
ModuleNotFoundError: No module named 'prison-no-binary'  Hi, My... named 'prison-no-binary' How to remove the ModuleNotFoundError: No module named 'prison-no-binary' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'pycopy-binary'
ModuleNotFoundError: No module named 'pycopy-binary'  Hi, My... 'pycopy-binary' How to remove the ModuleNotFoundError: No module named 'pycopy-binary' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'talib-binary'
ModuleNotFoundError: No module named 'talib-binary'  Hi, My Python... 'talib-binary' How to remove the ModuleNotFoundError: No module named 'talib-binary' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'terraform-binary'
ModuleNotFoundError: No module named 'terraform-binary'  Hi, My... named 'terraform-binary' How to remove the ModuleNotFoundError: No module named 'terraform-binary' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'attrs-binary'
ModuleNotFoundError: No module named 'attrs-binary'  Hi, My Python... 'attrs-binary' How to remove the ModuleNotFoundError: No module named 'attrs-binary' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'binary_clock'
ModuleNotFoundError: No module named 'binary_clock'  Hi, My Python... 'binary_clock' How to remove the ModuleNotFoundError: No module named 'binary_clock' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'binary-core'
ModuleNotFoundError: No module named 'binary-core'  Hi, My Python... 'binary-core' How to remove the ModuleNotFoundError: No module named 'binary-core' error? Thanks   Hi, In your python environment
ModuleNotFoundError: No module named 'binary-heap'
ModuleNotFoundError: No module named 'binary-heap'  Hi, My Python... 'binary-heap' How to remove the ModuleNotFoundError: No module named 'binary-heap' error? Thanks   Hi, In your python environment
ModuleNotFoundError: No module named 'binary-helpers'
ModuleNotFoundError: No module named 'binary-helpers'  Hi, My... named 'binary-helpers' How to remove the ModuleNotFoundError: No module named 'binary-helpers' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'binary-refinery'
ModuleNotFoundError: No module named 'binary-refinery'  Hi, My... named 'binary-refinery' How to remove the ModuleNotFoundError: No module named 'binary-refinery' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'binary-repr'
ModuleNotFoundError: No module named 'binary-repr'  Hi, My Python... 'binary-repr' How to remove the ModuleNotFoundError: No module named 'binary-repr' error? Thanks   Hi, In your python environment
ModuleNotFoundError: No module named 'binary-tostring'
ModuleNotFoundError: No module named 'binary-tostring'  Hi, My... named 'binary-tostring' How to remove the ModuleNotFoundError: No module named 'binary-tostring' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'binary-to-string'
ModuleNotFoundError: No module named 'binary-to-string'  Hi, My... named 'binary-to-string' How to remove the ModuleNotFoundError: No module named 'binary-to-string' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'chromedriver-binary'
ModuleNotFoundError: No module named 'chromedriver-binary'  Hi, My... named 'chromedriver-binary' How to remove the ModuleNotFoundError: No module named 'chromedriver-binary' error? Thanks   Hi
ModuleNotFoundError: No module named 'phantomjs-binary'
ModuleNotFoundError: No module named 'phantomjs-binary'  Hi, My... named 'phantomjs-binary' How to remove the ModuleNotFoundError: No module named 'phantomjs-binary' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'PyICU-binary'
ModuleNotFoundError: No module named 'PyICU-binary'  Hi, My Python... 'PyICU-binary' How to remove the ModuleNotFoundError: No module named 'PyICU-binary' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'yxspkg_binary'
ModuleNotFoundError: No module named 'yxspkg_binary'  Hi, My... 'yxspkg_binary' How to remove the ModuleNotFoundError: No module named 'yxspkg_binary' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'binary-pairs'
ModuleNotFoundError: No module named 'binary-pairs'  Hi, My Python... 'binary-pairs' How to remove the ModuleNotFoundError: No module named 'binary-pairs' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'binary-search'
ModuleNotFoundError: No module named 'binary-search'  Hi, My... 'binary-search' How to remove the ModuleNotFoundError: No module named 'binary-search' error? Thanks   Hi, In your python

Ads