User Profile
Collapse
-
i've already replaced that part with the correct one... -
arrays in java..help!
i have this program in which the class looks like this:
class carcollection{
carArr[] carstoo = new cararr[];
class carcollect extends carcollection{
String brand name;
String model;
int speed;
int price;
}
}
public static void main(String[] args){
carcollection cc.new... -
-
-
hi! the program u've shown is basically the same with what am doing now... the problem is, now after entering a character, nothing happens, it doesn't show anything not unless you would try to run the program agen... that's exactly where i am stuck!...Leave a comment:
-
hi! am i supposed to use %s first? on which part should i put that? am so confused right now...Leave a comment:
-
thanks for the reply.. i was actually able to make the add and display options for the array of structure.. but on the search option, after being able to input a name that am searching for, it simply goes back to the main menu.. here's wt i did..
void displaykind(str uct TimberRec TimberArray[])
{
clrscr();
int Found=0;
char Target[30];
int x;
if((TimberArray[x].Kind)==NULL)
printf("Record...Leave a comment:
-
thanks for the reply.. i do understand the logic about setting 'Z' to say, 65... but the thing is, i've tried to do it but after the prompt for entering a number, nothing happens..Leave a comment:
-
problem with linked list
hi! i am new to java and i really have this program i don't have any idea what to do.. here's the problem...
A program for a collection of cars using linked list only. Each car comes with information such as plate #, brand name, speed and price.. The program can display cars information, store new cars information, search, delete.. i cant find a sample source code to base my program.. i don't have really idea what to do.. pls help! -
having problem with functions
does anybody knows the answer to this? a function that take in an uppercase character parameter. The function returns the next uppercase character if lett is between 'A' and 'Y'. if let=='Z', the function returns 'A'... i tried to do it but after entering a letter, nothing happens... help pls.. need it so urgently....tha nks a lot! -
need help! regarding array of structures
hi! am really having trouble with array of structures in c.. i'm quite familiar with structures and arrays and yet am having trouble with a program that would enable to search for a specific record. can anybody please do give me a sample of a code that shows searching of records in an array of structures...
No activity results to display
Show More
Leave a comment: