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!

Programming 101 [Problems & Solutions]

Hi paturo naman po sa Assembly language please?

Eto po yung output:

Input: 0
F
F
F
F
F

Input: from 1-4
P
P
P
P
P

Input: pag hindi 1 or 0
INVALID

Gets po ba?
Bale pag 0 ang input, maglo-loop 5 times ng 'F' na pa-diagonal
pag 1 to 4 naman, loop ng 5 times ng 'P' na pa-diagonal din
at pag hindi 0 or 1-4 ang input, INVALID.

Patulong po pleeeease? :pray:
 
Assembly language...Please help me! creating a code:help:

Program that

- moving a random files into another folder
- hides the folder
- autorun the program

I'm Using emu8086 compiler:pray::help:
 
pwede po patulong sa gagawin kong program,
http://www.symbianize.com/showthread.php?t=1030386
mahaba din po kasi ung explanation ko e, kaya my link, hehe.
anyway.

aun po, katulad na nasabi ko sa post ko, hindi ko po alm ung algorithm ng set of code ng gagawin kong program, hindi pa po kasi ako nakagawa ng ganitong kalaki o mahabang program.

pabanggit na din po ung mga gagamiting term o ung tawag dun sa keyword na gagamitin o pwedeng gamitin sa program. para pag aral ko o magbasabasa ako kung saang gamitin.
:)
 
possible po ba n mag connect ang dalawang system na online at offline kung same database kung nka upload n ung online system patulong nmn po ASAP thesis kc ung thesis nmin ay online reservation with computerize billing so web site at desktop application xa :praise::praise: :pray::pray::weep: :weep:
 
idols, may problema ako nag upgrade kasi ako ng operating system. nag windows 8 na ako. eh mag iinstall sana ako ng visual basic 6.0. nung iinstall ko na ang sabi "This program has compatibility issues" tinary ko din iconfigure ung.. setting.exe>properties>compatibility tab

panu kaya?

tska ano po kaya mererecommend nyo sa akin
database. gusto ko sana gumamit ng MySQL ung pwede ko mapagpractisan habang wala pa akong work, at the same time parehas ng database cycle sa office?


tska ano po kaya mererecommend nyo sa akin
visualbasic, dati ko kasi gamit is visual basic .net 2010 kung di ako nag kakamali.

enge na din ng dl link. if maroon po kayo?
 
http://img254.imageshack.us/img254/81/00fm3.jpg

This thread is intended for Programming discussions. Show ur assignments from ur professors and let d programming geniuses of this Forum handle them. Reveal ur problems from simple Notepad to C, C++, C#, Visual Basic, Java, HTML et cetera..

Well, my first codes sa programming were in C++, and it all began with...

#include<stdio.h>
#include<stdlib.h>

main()
{
printf("Hello World!");
system("pause");
}


//Hehehe
------------------------
cnu meron jan mga sir Daily Timer Record Systen C++ code ?? help :)
 
http://img254.imageshack.us/img254/81/00fm3.jpg

This thread is intended for Programming discussions. Show ur assignments from ur professors and let d programming geniuses of this Forum handle them. Reveal ur problems from simple Notepad to C, C++, C#, Visual Basic, Java, HTML et cetera..

Well, my first codes sa programming were in C++, and it all began with...

#include<stdio.h>
#include<stdlib.h>

main()
{
printf("Hello World!");
system("pause");
}


//Hehehe
------------------------

Sorting Arrays Ascending and Descending nga po ng alphabets small/big, numbers at special characters
 
mga master's patulong naman po.

1.)Write a program to compute a water and sewer bill. the input is the number of gallons consumed. a water and sewer bill is computed as follows:

-water costs 0.021 per 100 gallons.
-a sewer service is 0.001 cents per gallons consumed.
-a service charge of 2 percent is applied to the total of water and sewer service charges.

format your output to have two decimal places.

language po is VB.net, console application po siya.


2.)write a program that reads the total number of pieces of oranges,eggs,apples,watermelons,and bagels they purchased. calculate the total bill and subtotals for each item using the following prices:

a. oranges: 10 for 2.99/0.50 each
b. eggs: 12 for 1.69/0.25 each
c. apples: 3 for 1.00/0.75 each
d. watermelons: 4.39 each
e. bagels: 6 for 3.50 / 0.95 each

without using if else or case or looping structure.

pasagot po ng pangala in C Programming ~
 
problem: Submit sample programs (real world applications) utilizing:

Binary search
Optimized Bubble Sort

binary search
#include <stdio.h>

int main()

int c, first, last, middle, n, search, array[100];

printf("Enter the number of elements :\n");
scanf("%d",&n);

printf("Enter %d integers :\n", n);

for ( c = 0 ; c < n ; c++ )
scanf("%d",&array[c]);

printf("Enter value to find :\n");
scanf("%d",&search);

first = 0;
last = n - 1;
middle = (first+last)/2;

while( first <= last )
{
if ( array[middle] < search
first = middle + 1
else if ( array[middle] == search )
{
printf("The number %d is found at location %d.\n", search, middle+1);
break;
}
else
last = middle - 1;

middle = (first + last)/2

if ( first > last )
printf("Not found! the number %d is not present in the list.\n", search);

getch();
return 0;
}


I'm not sure paano magiging real world app to hehe pahelp pls. need ko pa implement ung codes. this is for my finals sa school. this is c programming po.
 
Last edited:
mga sir bale may pinagawa na ass. sa amin ung prof namin about sa rules of implicaton. bale ganito sya:
1.m -> n
2.m -> o/∴ m -> (m ^ o)
------------------------------
3. ~m v n 1 (Impl.)
4. ~m v o 2 (Impl.)
5. (~m v n) ^ (~m v o) 3,4(conj.)
6.~m v (n ^ o) 5 (Dist.)
7. m -> (m ^ o) 6 (Impl.)


bale yang isang buong problem na yan gagawan namin ng program, in any prog. language. may algorithm daw po eh
bale ung nasa taas po nung linya ung questionaire tapos isa isa pong sasagutan yan hanggang sa makuha ung conclusion.
baka pwede naman pong makakuha ng tips kung anong prog. language ung mas madaling gamitin sa ganitong mga problems.
kahit na wag nyu na po ituro ung buong program kahit bigyan nyo lang po ako ng hints pero kung ibibigay nyu ung program mas
makakatulong po

pahelp naman po salamat po sa makakatulong T_T
 
Back
Top Bottom