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)

patulong po sa jack n' poy project nmin computer ang klaban with 5 rounds :pray: tnx po

Algo: Gawin mong srand lang yung AI ng computer tapos gawan mo na ng if-else condition between sa input mo at sa AI ng kalaban tapos looping naman para sa 5 rounds.

Teka basic programming pa lang ba kayo or advance na? Baka kasi pagalitan ka ng prof mo pag-isipan ka pa na baka sa net mo lang nakuha yung code etc. Yung srand kasi for advance programming na I'm referring this sa C++. Anong language ba ginagamit nyo? Lack of info ka po. :(
 
sir baka meron kau jan simple program ng inventory system??bka pwd malaman ung mag codes pra mapagralan ko
 
ganyan po

import java.io.*;

public class Add
{
public static void main(String args []) throws Exception
{
int N=0, total=0;

for (N=1; N<10; ++N)
{

System.out.print(total + N + ", ");

if(N==1)
total =+ N-1;

else
if(N==5)
total =+16;

else
total =+ N;

}
}
}


kso ung output ko is 1, 2, 5, 7, 9, 22, 13, 15, 17

pag dating po sa pang 3 na loop nya 5 po dapat po is 4 atska pag lampas sa 7 mali na po HELP po. :pray:





(sir kailangan po kasi magloop sa loob ng loop pra magawa yan.. may panirang number kasi dun kea nagkakamali ung sequence ng sau :))
:rofl: :rofl: :rofl:
 
patulong naman about sa c.naka attach ung dapat na output.
 

Attachments

  • loan.zip
    14 KB · Views: 14
SIR pa-help naman po... java array po yan po yung problem at output sana matulungan nyo po ako tnx po!! :):help:

1. Write a program that can be used to assign seats for a commercial airplane. The airplane has 13 rows, with 6 seats in each row. Rows 1 and 2 are first class; the remaining rows are economy class. Rows 1 through 7 are nonsmoking. Your program must prompt the user to enter the following information:

Ticket type (first class or economy class)
For economy class, the smoking or nonsmoking section
Desired seat
Output the seating plan in the following format:

A B C D E F
Row 1 * * X * X X
Row 2 * X * X * X
Row 3 * * X X * X
Row 4 X * X * X X
Row 5 * X * X * *
Row 6 * X * * * X

Row 7 X * * * X X
Row 8 * X * X X *
Row 9 X * X X * X
Row 10 * X * X X X
Row 11 * * X * X *
Row 12 * * X X * X
Row 13 * * * * X *

Note: * indicates that the seat is available; X indicates that the seat has been assigned. Make this a menu-driven program; show the user’s choice and allow the user to make the appropriate choices.
 
Last edited:
i need to have po a program that accepts personal information for students that accepts first name,last name,street address,zip code and phone number.tnx po..w8 ko po.dpat po gwa sya sa JOption message dialogs po.
 
Last edited:
i need to have po a program that accepts personal information for students that accepts first name,last name,street address,zip code and phone number.tnx po..w8 ko po.dpat po gwa sya sa JOption message dialogs po.
 
penge po sample java system.. kahit basic lang po na may add, update, delete at view.. nid ko lang po sa project ko.. sana po matulungan nyo po ako.. VB lng kasi ako bihasa eh.. d masyado sa java.. salamat po
 
sir pa help ulit ako sa prograam hindi ko po kc alam kung pano ko gagawan ng program eto.

Input Name:

Input Age:

pag nag input ka po age between

1-17 eto po ang lalabas - Your too young to both.

18-59 eto po ang lalabas - You are qualified to vote.

60-100 eto po ang lalabas - You are too old to vote.

sana po matulungan nyo ako baguhan lang po kc ako sa c++
 
kuya, pede po ba magtanong kung gumagawa po kayu ng program(simple game) using assembly language?
example po, sungka,flames,bingo etc..basta po lokal games lng kasi po bawal daw ung int'l game kc meron daw po sa net.
pahelp naman po pls?:help:
sana po matulungan nyo ako :pray:
salamat po!Godbless
 
pwede pong patulong sa paggawa ng calculator sa c++, at pano po maglagay ng borderline sa c++...
SAlamat po!!!:)
 
ts pwede po patulong about zilog microcontroller z8 encore ..kasi kailangan po namin ng program para sa mga activities po namin..example po yung running lights.. thanks po ..more power...
 
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:

sir patulong naman nid ko po ng periodic table in java thanks
 
posible bang idisplay sa isang jTable ang dalawang table galing naman sa database?
 
.ts pwede po b mkahingi ng mga simple input and ouput...program using the following.
Conditional statements, loopings and arrays po.
Magkakahiwalay po kada program..kukuha lang po aq ng idea...

Salamat po..
 
Back
Top Bottom