Search:

Type: Posts; User: meryqat

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    1,509

    Re: simulate calculation ?

    int x=2 ; /Reg1
    int z=6
    int [2] w={5,4,7,8,9};

    public static IO(string x)
    if "first 2 digits is 01" do the calculation for the next digits "10" that mean .........

    but i want this in 0/1...
  2. Replies
    3
    Views
    1,509

    simulate calculation ?

    How can i simulate what happens in registry <-> memory <-> CPU - during a simple calculation like x = z+w , using Java program on net beans ?
  3. Replies
    2
    Views
    1,403

    010010111001101 ?!

    how can i read something like this 000100110111000101 and use it in method ?
    "Cutting"

    like take first 4 digits and if it 0001 : mean name of method , and second 4 digits : location of the...
  4. Replies
    1
    Views
    1,095

    hi its mery , and iam new i have this code

    i have this code :

    public class NewClass {

    public static void main(String[] args) {
    String s = JOptionPane.showInputDialog("Enter a string:");
    int[] counts =...
  5. Hi Members , its Mery ! I am New User And need Help ^_^

    Welcome to my first post , i hope we enjoy togther ^_^

    I have this :

    Q1: Write a function that takes as input a string and returns the number of occurrences of
    the letter e.

    Q2:Write a...
Results 1 to 5 of 5