The Artima Developer Community
Sponsored Link

Java Answers Forum
java program problem..

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Ian Ebrole

Posts: 3
Nickname: christoian
Registered: Apr, 2006

java program problem.. Posted: Apr 26, 2006 1:18 AM
Reply to this message Reply
Advertisement
hi guys.. i have a problem of my program in java. AND THIS IS NOW THE PROBLEM: Hope you can make me a simple program.god bless..
PROBLEM:
"Given two bit strings of length n, find the bitwise AND, bitwise OR, and bitwise XOR of these strings."
Ex. input bitwise string 1 : 010111
input bitwise string 2 : 101111

Output: The bitwise AND of string 1 and string 2 is 000111.
The bitwise OR of string 1 and string 2 is 111111.
The bitwise XOR of string 1 and string 2 is 111000.

Topic: Problem in BIRT (Report ) when run in weblogic error is " org.mozil....l  " Previous Topic   Next Topic Topic: Please help with an academic research

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use