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)

Sir please help me, I am asked to create a PROGRAM similar to the game "HANGAROO"
I am using Jcreator as the compiler,
ang alam ko po is gagamit ng get & set method? or arrays? plus yung sa mga buttons daw po.


ang concept ng game is para hulaan ang missing letters, and you have 3 tries until you lose

Example words is : Symbianize
tapos sa game ganito naman ilalalabas niya S_ _bia_ _ _ _


Please help po sir. Java language po (using Jcreator).

This is my email : [email protected]

newbie lang po sa programming at hirap ako intindihin masyado ang mga codes, so kung mahehelp niyo rin po ako through comments kung ano ang functions ng bawat code.

maraming salamat po
 
Last edited:
sir.. help naman po..pinipagawa gawa kami ng c program na kahit ilang terms ng number pwedeng i-add...:help: sana matulungan nyo aq...
 
HELP po..GUSTO q mg.aral ng jave prog..
kso ung installer q na JDK for 64-bit.32-bit OS q..
pwd po ba aq mkahingi ng link pra mkagdownload aq ng JDK 32-bit??

help po..please
:help:
 
paano po maglagay ng borderline, pag magrarun na ng program sa Turbo C++...salamat po!!!
 
sir pde ba d2 assembly language irurun sa masm32 pa help nmn kelangan ko kxi ng calculator na pag nag input ka ng year ung output nya eh ung age for example: 1993 ung age eh 19 makatulong ka sana TS salamat godbless :praise: :pray:
 
help po sa thesis .im newbie ..tanong ko lang po vb.net-mysql po ang gamet ko tas datagridview po..tanong ko lang po ..pano po ang search by section..

kunwari po sa table ko me pangalan ,section at year.. nakadisplay po sa datagridview
pano po ang command ng search na may combobox na dun po lalabas ung name ng mga " section"..parang filter po..
 
help po sa thesis .im newbie ..tanong ko lang po vb.net-mysql po ang gamet ko tas datagridview po..tanong ko lang po ..pano po ang search by section..

kunwari po sa table ko me pangalan ,section at year.. nakadisplay po sa datagridview
pano po ang command ng search na may combobox na dun po lalabas ung name ng mga " section"..parang filter po..

Sa SelectedIndexChanged lang po ate...
Private Sub cboSection_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox1.SelectedIndexChanged
Dim tblcommand As MySqlCommand

tblcommand = New MySqlCommand("SELECT * FROM Students WHERE Section = '" & cboSection.SelectedItem & "'", con)
Dim ds As New DataSet()
Dim da As New MySqlDataAdapter(tblcommand)
da.Fill(ds, "Students")

DataGridView1.DataSource = ds.Tables("Students")

End Sub
 
if((number % 2)==0)
//EVEN ANG NUMBER
else
//ODD ANG NUMBER
 
Sino pong nakakaalam kung paano ang concept ng code ng
Multi-level marketing binary system. di ko po alam kung saan kasi ako magsisimula eh
 
Hingi lang po sana ako ng tulong, kung paano po ito gawing JOptionPane and Dialog Boxes
Beginner lang po ts!

import java.util.Scanner;

public class laoagpride
{
public static void main(String args[])
{
int x,y;
int total=0;
Scanner keyboard = new Scanner(System.in);// we are getting the object for the input;
System.out.println("Please give me a Value for X:");
x=keyboard.nextInt();
System.out.println("Please give me a Value for Y:");
y=keyboard.nextInt();

total=x+y;
System.out.println("The sum of "+x+" + "+y+" = "+total);

total=x-y;
System.out.println("The subtraction of "+x+" - "+y+" = "+total);

total=x*y;
System.out.println("The Multiplication of "+x+" * "+y+" = "+total);

total=x/y;
System.out.println("The Division of "+x+" / "+y+" = "+total);

}

}

Maraming salamat po!
 
pahelp naman.. hindi ko alam kung pano malalagyan ng price yung sa listbox and combobox.. visual basic 2008
 

Attachments

  • help.jpg
    help.jpg
    79.1 KB · Views: 3
Hingi lang po sana ako ng tulong, kung paano po ito gawing JOptionPane and Dialog Boxes
Beginner lang po ts!



Maraming salamat po!

Sample:

Code:
import javax.swing.JOptionPane;

public class Sample {

	public static void main(String[] args) {

		int x = Integer.parseInt( JOptionPane.showInputDialog("Please give me a Value for X:") );
		int y = Integer.parseInt( JOptionPane.showInputDialog("Please give me a Value for Y:") );

		JOptionPane.showMessageDialog( null, x + " + " + y + " = " + (x+y)  );
		JOptionPane.showMessageDialog( null, x + " - " + y + " = " + (x-y)  );
		JOptionPane.showMessageDialog( null, x + " * " + y + " = " + (x*y)  );
		JOptionPane.showMessageDialog( null, x + " / " + y + " = " + (x/y)  );
	}
}
 
hello po.. patulong namn poh..:upset:eto po code n ginamit ko sa edit button ..gumana po yan sa vb.net-access pero ang di ko maintindihan pagdating po sa vb.net-mysql hindi na po gumagana...:help::help::help::help::help:

Try
CMD.Connection.Close()

CMD.CommandText = ("update product set prod_id='" & txtId.Text & "' productname ='" & txtname.Text & " ', Quantity ='" & txtquan.Text & " ', price ='" & txtprice.Text & " ', vat='" & txtvat.Text & " '" & _
"amount = '" & txtamount.Text & "' , where prod_id = '" & txtId.Text & "'")
CMD.Connection.Open()
CMD.ExecuteNonQuery()
DataGridView1.Refresh()
MsgBox("Data has been modified successfully!", MsgBoxStyle.Information, "Updated!")
Catch ex As Exception
MsgBox(ex.ToString)

tulong po...:upset::upset::upset:
 
post your programming problems here....
tapos sample input and output...,,

i'll do my very best para po matulungan kayo

ang anyone who wants to help you're all welcome here...

welcome

:clap: :excited: :dance: :yipee: :beat:


active paba 2ng thread na 2 ???? :beat:

:pray: :yipee: :clap:
 
post your programming problems here....
tapos sample input and output...,,

i'll do my very best para po matulungan kayo

ang anyone who wants to help you're all welcome here...

welcome

:clap: :excited: :dance: :yipee: :beat:
tanung ko lang po pag magprogramme ba ako sa java pde ko ba maload sa pic?
 
Last edited:
sir pahelp nmn po c++ language

ganito po ang program Find the nth Prime numbers:

ex:
User enter 10
then the output should be 29

ex 02;
user enter 5
output is 11
 
Sample:

Code:
import javax.swing.JOptionPane;

public class Sample {

	public static void main(String[] args) {

		int x = Integer.parseInt( JOptionPane.showInputDialog("Please give me a Value for X:") );
		int y = Integer.parseInt( JOptionPane.showInputDialog("Please give me a Value for Y:") );

		JOptionPane.showMessageDialog( null, x + " + " + y + " = " + (x+y)  );
		JOptionPane.showMessageDialog( null, x + " - " + y + " = " + (x-y)  );
		JOptionPane.showMessageDialog( null, x + " * " + y + " = " + (x*y)  );
		JOptionPane.showMessageDialog( null, x + " / " + y + " = " + (x/y)  );
	}
}

2 errors found po, saan po ba mali d2?

Integer.java:8: error: cannot find symbol
int y = Integer.parseInt( JOptionPane.showInputDialog("Please give me a Value for Y:") );
^
symbol: method parseInt(String)
location: class Integer
2 errors

:thanks: po!
 
Hi, TS, may tanong lang ako, gusto ko lang po malaman kung ano ang code na gagamitin sa isang command button para mag-open ang isang application na nsa dvd drive using vb 2008 express., gagawa po sana ako ng program na nakaburn sa cd/dvd na may menu ng lahat ng installer ko, tanong ko lang anong code ang kelangan ko para mai-run ang bawat exe file na nasa dvd drive. gusto ko lang po matuto, konti lang po kasi ang knowledge ko sa vb 2008, thanks in advance...
 
Back
Top Bottom