Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

All about programming (Specially c, c++, VB, Java)

mga sir.. pde po ba patulong po di po namin alam ung codes para makagawa ng program na JACK N POY..... ung pde po player vs player at player vs computer.... tapos meron limit ng rounds at scores... at nakikita po ung scoring every rounds...

SALAMAT PO IN ADVANCE.....
 
Any programmers here na gumamit nang ZK biometrics? ask ko lang kung paano mag establish connection through Router... (p2p pede, switch hindi ko pa nasusubukan)
 
mga sir pwede bang humingi ng tulong sainyo yung may alam sa java programming kasi prof po namin pinapagawa kami ng cartoon character using java basic applet pwede po bang paturo or penge po ng codes ng kahit anong cartoon character salamat po
 
Last edited:
Hello mga idol, any idea kung pano iconnect si Java kay Active directory? yun kasi ang gusto kong gamitin as login access ng mga user. nahihirapan kasi akong intindihin yung LDAP. sana may makatulong.
 
pa help po sa inventory system sa vb6.0 kahit sample lang po please
 
boss pwede po ba magpagawa din ako ng cpu schedulling fcfs, sjf at srtf any language po. kahit visual basic thanks po. need ko po till thursday sana makagawa po kayo :pray:
[email protected]
 
TS ask lang po ako if pano po mag double query, meron akong 3 tables, table 1 may dept_id, dept_cd, dept_title, dept_desc table 2 lastname, firstname, dept table 3 doc_id, sendr_dpt, reciever_dpt, in_dt, out_dt, sender_userid, receiver_userid 1st query ko is sendr_dpt, reciever_dpt, sender_userid, reciever_userid, out_dt, in_dt, tapos secod query ko is lastname=sendr_dpt, in_dt, out_dt na based po sa first query ko, pa help po pls
 
import java.io.*;
public class asd {
public static void main(String []args)throws IOException{
BufferedReader asd = new BufferedReader (new InputStreamReader(System.in));

String name="";
double Gross=("");
double Tax=Gross*.18;
double SSS=(Gross-Tax)*.08, Pagibig=(Gross-Tax)*.05;
double PhilHealth=(Gross-Tax)*.03, Loan=(Gross-Tax)*.02;
double Net=Gross-(Tax+SSS+Pagibig+PhilHealth+Loan);

System.out.print("Enter Salary: ");
Gross=Double.parseDouble(asd.readLine());

System.out.println("\t\t\t\tGross Salary: " + Gross);
System.out.println("\t\t\t\tTax: " + Tax);
System.out.println("\t\t\t\tSSS: " + SSS);
System.out.println("\t\t\t\tPagibig: " + Pagibig);
System.out.println("\t\t\t\tPhilHealth: " + PhilHealth);
System.out.println("\t\t\t\tLoan: " + Loan);
System.out.println("\t\t\t\t______________________");
System.out.println("\t\t\t\tNet Salary: " + Net);


}










Pa help po kung pano mag input ng value XD
 
boss patulong naman, May mga source code ka ba dyan for beginner sa java GUI, kasi more on logic type napag aralan ko gusto ko sana mtuto ng gui, salamat po
 
Sir, Need help baka may program k nmn pra macapture yun time in time out ng employee at kung anong device ang dapat kong gamitin,, desktop sana gagamitin sir.. Thank you in advance sir.
 
Sa mga nag tatanong kung san maganda tutorial.

try nyo ung w3 schools and tutorials point jan ako nag review dati e

;)
 
Hello po sir patulong po pede makihingi ng vb.net 2012 installer ? Para po sa thesis namin
 
mga master pwede magpatulong gumagawa kc ako ng program ok nmn ako sa database pero gusto ko kc malaman kung panu magcoconnect c vb.net at sqlserver using connection string kung meron man? thx.. karaniwan ko kc ginagamit c ms access.
 
Back
Top Bottom