Search Results

Search: Posts Made By: moraks007
Forum: Programming 01-18-2011
1,831
Posted By moraks007
[public class TimeStamp { private int day; ...
[public class TimeStamp
{
private int day;
private int minutes;

public TimeStamp()
{
day = 0;
minutes = 0;
}

public TimeStamp(int day,int minutes)
{
this.day = day;...
Forum: Programming 01-18-2011
1,831
Posted By moraks007
Test program not giving expected result
I have five classes. 2 composition classes,1 aggregation class and 1 dependency class.I have coded all the classes but one of my test program is not giving me the expected result.I have the...
5,962
Posted By moraks007
I hope i'm not of order by showing you the output...
I hope i'm not of order by showing you the output from the screen shot

*****************WELCOME TO GROUCHO MARX UNIVERSITY*****************
Username:
john
Password:

Wed...
5,962
Posted By moraks007
thanks,saw your reply but I tried adapting the...
thanks,saw your reply but I tried adapting the lines of code to my codes but did not work

Please can you highlight the line of code that will work for me in the referred to code.

Thanks
...
5,962
Posted By moraks007
You're Awesome.Thanks its works quiet all right. ...
You're Awesome.Thanks its works quiet all right.
1.)I tried adjusting the line of code for the questions because it displays "Enter question number, N for next question, P for previous question or Q...
5,962
Posted By moraks007
I added some line of code for the saving and...
I added some line of code for the saving and outputing my result to the filuseranswer file,but was not successful.here is code:


#!/bin/sh
touch fileuseranswer
echo "**********WELCOME TO...
5,962
Posted By moraks007
referring to the code above,how can output my...
referring to the code above,how can output my answers and confirm it. the file fileuseranswer does not have the output there, instead it has:
2 n
3 n
4 n
5 n
..etc and I don't know why?...
5,962
Posted By moraks007
Help to troubleshoot and correct
Reference (to previous post title): Help_Beginner in Unix

I need assistance in terms of troubleshooting this codes.Though it not complete for the required task,shedding of any idea will be...
996
Posted By moraks007
Help to troubleshoot and correct
Reference (to previous post title): Help_Beginner in Unix

I need assistance in terms of troubleshooting this codes.Though it not complete for the required task,shedding of any idea will be...
5,962
Posted By moraks007
It worked but error came up
thanks it works but noticed this error display on the terminal screen,it is highlighted below:
8. What is the command to go to parent directory?

a) cd parent
b) cd ..
c) cd .
d) all of above
...
5,962
Posted By moraks007
Questions file has questions 1 to 8 as follows: ...
Questions file has questions 1 to 8 as follows:
p { margin-bottom: 0.21cm; } 1. How would you create a new directory called docs?

a) makedocs
b) mkdir docs
c) create docs
d) none...
5,962
Posted By moraks007
Print questions from a questions folder in a sequential order
1.) I am to write scripts that will be phasetest folder in the home directory.
2.) The folder should have a set-up,phase and display files

I have written a small script which i used to check...
854
Posted By moraks007
Help needed_new to scripting
1.) I am to write scripts that will be phasetest folder in the home directory.
2.) The folder should have a set-up,phase and display files

I have written a small script which i used to check...
Showing results 1 to 13 of 13

 
All times are GMT -4. The time now is 01:00 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy