[solved] – Question 9080
how we can use dynamically allocated two-D array in tokenization
Expert Answer
[solved] – Question 9082
Hello, I have an assignment due and I am having trouble starting it. Everytime I try to attempt it I get lost, and can’t think of which classes to create other than the main do it all class. Could u help me break down my assignment a little please? The assignment asks for me to make a program that can simulate traffic in a network of roads that have sensors at each intersection and I am to record the car’s registration number, and name of the sensor, and time it passed into a text file. I don’t need help with the coding but just the setting it up and structuring part. Thanks
Expert Answer
[solved] – Question 9085
I want c program code for symbol table which displays identifiers,type,size,address of identifiers and also code for error handling
Expert Answer
[solved] – Question 90855
write a c++ function which finds and returns the smallest node in binary search tree using recursion
Expert Answer
[solved] – Question 9092
write a java application to calculate the exponent value of a number using the following specifications:
prompt the user to enter an integer value. Pass the integer value to the main method square,which squares the number and to a method cubes the number. The results must be returned to the main method. The main method must print the results along with a suitable mesage
Expert Answer
[solved] – Question 9094
write a payroll program that prompt a user to Enter his name, hourly rate, working hours in the week and display the amount earning by each employee in Rand.
Note: User is not allowed to enter any negative value for hourly rate and working hours.
Expert Answer
[solved] – Question 9101
write a java application that prints all even numbers from 2 to 50, with the aid of the following specification: start a new line after every multiple of 20.
Use for loop.
Save this program as evennums.java
Expert Answer
[solved] – Question 9102
write java applications that print the following pyramid using an array.
User must enter the number of start to displays.
Example: Please enter the number of stat to displays: 6.
*
**
***
****
*****
******
Expert Answer

