Forum: Java Nov 24th, 2007 |
| Replies: 5 Views: 2,589 Did not help much. When I try to read from the input.txt, the in.next() returns only the first number, it does not read the '+" for the number following it. |
Forum: Java Nov 22nd, 2007 |
| Replies: 3 Views: 826 Requirements
1) read from output file
eg: 1222222 + 2333333
3444444 - 9999999
6666555 * 7
0
2) For addition and sutraction, Number1 and Number2 should be large... |
Forum: Database Design Nov 21st, 2007 |
| Replies: 2 Views: 1,711 Question Details:
Help Needed
Hospital Associates own three private hospitals at different locations across the country. It has a centralize database for tracking patients admission and... |
Forum: Java Nov 18th, 2007 |
| Replies: 5 Views: 2,589 Here is the code I have been working on, help with corrections
Class Node {
Int num;
Node next;
}
Public Class Number {
Public static void main (String [] args) {
Scanner in = new Scanner... |
Forum: Assembly Nov 18th, 2007 |
| Replies: 5 Views: 3,657 I was trying to print the values in both register $v0 and $a0 - the result of the multiplication. |
Forum: Assembly Nov 18th, 2007 |
| Replies: 5 Views: 3,657 Thank you very much up to this point. This is what my code looks like. When I try to print I get no result.
.text
.globl main
main:
li $v0, 4 #Enter multiplicant
la $a0, msg1... |
Forum: Java Nov 17th, 2007 |
| Replies: 5 Views: 2,589 I am don't think you are quite correct, but good luck all the same.
Peace! |
Forum: Java Nov 16th, 2007 |
| Replies: 5 Views: 2,589 Home Work Problem.
I understand what the program is suppose to do, but I do not understand how to implement it using Link List.
Please help me to understand the problem.
Write a program to... |
Forum: Assembly Nov 16th, 2007 |
| Replies: 5 Views: 3,657 I am having difficulty implementing Booth's Algorithm in mips and need some assistance urgently. FOr this assignment, I have to allow the user to enter two number representing the multiplier and the... |