Computer Science, asked by abthakur2504, 8 hours ago

Design 8 Register with 4 bit each

Answers

Answered by RajeshChaubeyKing
22

hey there is your java 8 bit program

public class Addition

{

public static void main(String[] args)

{

double a = 2.3, b = 5.2, sum;

sum = a+b;

System.out.println("Sum is" + sum)

}

}

  1. hope it helps
  2. now you can succesfully rum your program on pc
  3. sorry

Similar questions