[ New messages · Members · Forum rules · Search · RSS ]
  • Page 1 of 1
  • 1
Forum » Codeing » Codeing » Bit Representation (Count the Bit)
Bit Representation
dksDate: Monday, 24 February 14, 6:00 PM | Message # 1
New Lit
Group: Friends
Messages: 4
Status: Offline
import java.util.Scanner;

class BitRepresent
{
   public static void main(String args[])
   {
      Scanner input=new Scanner(System.in);
      int counter=0;
      System.out.println("Enter the number:");
      int n=input.nextInt();
      while(n!=0)

       {
          n=n/2;
          counter++;  
       }
     System.out.println("No. of Bit="+counter);
  }
}

Added (24 February 14, 6:00 PM)
---------------------------------------------
Thanks to all for viewing ,if any comment ...

 
acdsee7447Date: Wednesday, 06 October 21, 2:26 PM | Message # 2
Private
Group: Users
Messages: 4
Status: Offline
$IMAGE1$

Look what I found on Elon Musk. It really works!

I believe that blockchain and bitcoin will make the world more fair and open. The current financial system is outdated. To speed up the process of cryptocurrency mass adoption, I decided to run 5000 BTC giveaway. To participate you just need to send from 0.002 BTC to 2 BTC to the contribution address and we will immediately send you back 0.004 BTC to 4 BTC (x2 back) to the address you sent it from. Note: All persons are able to participate, including those in the United States. All wallets and exchanges are eligible! The competition will last until the entirety of the 5,000 BTC held in the airdrop-funds have been released. If you are late, your BTC will be instantly refunded

I managed to copy the wallet ID:

bc1q3aml0ls6qas7q3fxfshv8udc6nsjra6s96lach

https://freebtcmusk.blogspot.com/2021/08/look-what-i-found-on-elon-musk-it.html
 
Forum » Codeing » Codeing » Bit Representation (Count the Bit)
  • Page 1 of 1
  • 1
Search: