Design 8 Register with 4 bit each
Answers
Answered by
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)
}
}
- hope it helps
- now you can succesfully rum your program on pc
- sorry
Similar questions
Biology,
4 hours ago
Math,
4 hours ago
Math,
4 hours ago
Computer Science,
8 hours ago
Hindi,
8 hours ago
Math,
8 months ago
Computer Science,
8 months ago
Math,
8 months ago