What's new

Closed c/c++/c#/java/php/sql/htmlcss/python/android/webdesign EBOOKS DOWNLOAD free for you!!

Status
Not open for further replies.

buhayko

Honorary Poster
Joined
Jul 20, 2015
Posts
229
Reaction
270
Points
200
Age
37
OK DOWNLOAD NA LANG HABANG MAINIT INIT PA.Marami kang matutunan dito basa basa nalang mga ka phcorner.group,,very useful book for newbie,,


PA-hit nalang...MAlaking tulong to sa lahat ng nagsisimula,;)

Quote:
HeadFirstJava_300.png
You do not have permission to view the full content of this post. Log in or register now.
beginner level



Quote:
HFHTML5_300.png
You do not have permission to view the full content of this post. Log in or register now.
beginner level....pero mas ok kung may alam sa xhtml



Quote:
9780596520304_lrg.jpg

You do not have permission to view the full content of this post. Log in or register now.
beginner level....pero mas ok kung may alam sa xhtml



Quote:
Head-First-Best-Books-To-Learn-C.jpg

You do not have permission to view the full content of this post. Log in or register now.
beginner level



Quote:
3072_1248869199.jpg

You do not have permission to view the full content of this post. Log in or register now.
kailangan marunong ng html






Quote:
51XvTMMO5RL.jpg
You do not have permission to view the full content of this post. Log in or register now.
dapat marunong ng javascript bago eto





Quote:
head+first+php+and+MySQL.jpg
You do not have permission to view the full content of this post. Log in or register now.
beginner level



Quote:
27570448.jpg
You do not have permission to view the full content of this post. Log in or register now.
beginner level


Quote:
185712_0_Head_First_Software_Developmen.jpg
You do not have permission to view the full content of this post. Log in or register now.
java ang gamit na language sa book......kaya mas ok kung marunong ka na mag java


Quote:
lrgb.jpg

You do not have permission to view the full content of this post. Log in or register now.
kailangan marunog mag javascript at html




Quote:
icker-arrow-click,TopRight,35,-76_AA300_SH20_OU01_.jpg
You do not have permission to view the full content of this post. Log in or register now.
beginner level





Quote:
adaptive-web-bookcover-design2-1.jpg

You do not have permission to view the full content of this post. Log in or register now.
dapat marunong ng html bago eto.





Quote:
9781449393304_500X500.jpg

You do not have permission to view the full content of this post. Log in or register now.
dapat marunong na kayo mag java bago eto...





Quote:
ShowCover.jpg
You do not have permission to view the full content of this post. Log in or register now.
beginner level







Quote:
HEAD%2BFIRST%2BC.png
You do not have permission to view the full content of this post. Log in or register now.
beginner level




Quote:
252B-Programming-Language-Third-Edition-ebook-logo.jpg
You do not have permission to view the full content of this post. Log in or register now.
hindi to pang NOOB IMO.......aaminin ko hindi ko masyadong naintindihan tong book na ito, inventor ba naman ng c++ yung author eh so napaka technical nitong book na ito.




Quote:
0000.L.jpg
You do not have permission to view the full content of this post. Log in or register now.
beginner level

Quote:
icker-arrow-click,TopRight,35,-76_AA300_SH20_OU02_.jpg
You do not have permission to view the full content of this post. Log in or register now.
beginner level




Quote:
ShowCover.jpg
You do not have permission to view the full content of this post. Log in or register now.
core java muna bago to....medyo may pagka advance......maganda tong book na to mismong si james gosling( inventor ng java PL) recommend to.....hindi ko rin masyadong nabasa ito.






Quote:
ShowCover.jpg

You do not have permission to view the full content of this post. Log in or register now.
beginner level.....kasali din dito yung javascript saka konting ajax.
 

Attachments

ahm sa android nga ako nagdownload nito at sa android phone ko xia binabasa..my MSworld nmn ang android pwede muxia basahin don...kahit PDF file pa...need mulng ang adobeREader
 
Pagg namaster ko to lahat, pababagsakin ko ang facebook at MS o google lol... Thanks for sharingng sir
 
welcome madami pa sana yan na book yan lang muna post ko


hello po pede po patulong nito sa program ko, padagdag lng ng code,
gumawa ng program birth month and birth date, it will determine your zodiac sign, meron na ako program na nagawa,
pero sabi ng titser ko dapat daw meron na asking a user that "do you like to continue? [Y/N]:"
pahelp namn po. thanks.. c program gamit ko

Sample Output:
Enter your birth month and birth date as a number: 08 16

Your zodiac sign is LEO

ito ang program nagawa ko

#include<stdio.h>
#include<conio.h>
main()
{
int month,date;
clrscr();
printf("\n Enter your birth month and birth date as a number:");
scanf("%d%d",&month,&date);
if ((month == 1 && date >= 20)||(month == 2 && date <=18))
printf("\n Your zodiac sign is AQUARIUS");
else if (( month == 2 && date >= 19)||( month == 3 && date <= 20))
printf("\n Your zodiac sign is PISCES");
else if (( month == 3 && date >= 21)||( month == 4 && date <= 19))
printf("\n Your zodiac sign is ARIES");
else if (( month == 4 && date >= 20)||( month == 5 && date <= 20))
printf("\n Your zodiac sign is TAURUS");
else if (( month == 5 && date >= 21 )||( month == 6 && date <= 20 ))
printf("\n Your zodiac sign is GEMINI");
else if (( month == 6 && date >= 21 )||( month == 7 && date <= 22 ))
printf("\n Your zodiac sign is CANCER");
else if (( month == 7 && date <= 23 )||( month == 8 && date <= 22))
printf("\n Your zodiac sign is LEO");
else if (( month == 8 && date >= 23 )||( month == 9 && date <= 22 ))
printf("\n Your zodiac sign is VIRGO");
else if (( month == 9 && date >= 23 )||( month == 10 && date <= 22))
printf("\n Your zodiac sign is LIBRA");
else if (( month == 10 && date >= 23 )||( month == 11 && date <= 21))
printf("\n Your zodiac sign is SCORPIO");
else if (( month == 11 && date >= 22 )||( month == 12 && date <= 21))
printf("\n Your zodiac sign is SAGUITTARIUS");
else if (( month == 12 && date >= 22 )||( month == 1 && date <= 19 ))
printf("\n Your zodiac sign is CAPRICORN");
else
printf("\n INVALID INPUT");
getch();
return(0);
}
 
Status
Not open for further replies.

Similar threads

Back
Top