Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~941 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Tags

6 Posted Topics

Member Avatar for danswater

I have a code in here [CODE=prolog] location(california, usa). location('los angeles', california). location(hollywood, 'los angeles'). look_on(Country,Place) :- location(Place,X),write(X),nl, look_on(Country,X), fail.[/CODE] if i query like this one [CODE=prolog]-?look_on(Place,stamp).[/CODE] the output would be: los angeles californai usa ,can anyone help me how to display only the the last data which is the …

Member Avatar for TrustyTony
0
230
Member Avatar for danswater

Hi! can someone help me to figure out with this code? [CODE=php] <form method="POST" action="insert.php"> <input type="checkbox" name="id[]" value="32">Article #32<br> <input type="checkbox" name="id[]" value="38">Article #38<br> <input type="checkbox" name="id[]" value="45">Article #45<br> <input type="checkbox" name="id[]" value="59">Article #59<br> <input type="hidden" name="referer" value="123"> <!-- This is the ID of the "referring" article --> <input …

Member Avatar for danswater
0
137
Member Avatar for danswater

Hi guys! I just wanna ask on how to access the first character in a string?

Member Avatar for danswater
0
112
Member Avatar for danswater

Hi again guys. Well i need to convert char to int my problem is how can i get the exact value of int if for ex: [CODE]char x=2;[/CODE] i need to convert that to integer.

Member Avatar for rax_19
0
126
Member Avatar for liaa

Don't be too lazy man, if you need help you should give us some codes of the program that you already made. So that we can give you help. You should be specific man..

Member Avatar for javaAddict
-1
197
Member Avatar for DifficultUsrnme

ok dude it has a lot of syntax error . . just use an IDE to figure out what is the error of your code. Because it's so hard to figure out when you compiled it in the cmd

Member Avatar for BestJewSinceJC
0
139

The End.