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!

.:help: , Basic Programming using Visual Basic

kervin21

Apprentice
Advanced Member
Messages
90
Reaction score
0
Points
26
Need help po on how to create a program that combines multiple given numbers to 3 digit possible number out put for example the given numbers are 7153, 2458, 1354 then the program will generate the least possible 3 number sets na pwedeng lumabas using the given numbers, sample output will be 721 referring to the 3 given set of numbers. Sana may makatulong.:help:
 
Mas maganda kung pakita mo dito ung code mo at ung output para matulungan ka. May iba kasi na ayaw nila na sila mismo ung gagawa ng code from scratch.

Hindi ako expert dito ah, haha. Wait tayo sa mga master dito.
 
Mas maganda kung pakita mo dito ung code mo at ung output para matulungan ka. May iba kasi na ayaw nila na sila mismo ung gagawa ng code from scratch.

Hindi ako expert dito ah, haha. Wait tayo sa mga master dito.
Wala pa naumpisahang codes gawa refresher pa ulit sa programming, at naisip kong baka mas madali kung visual basic ang gagamitin
 
Brod parang wala ng gumagamit ata ngaun ng visual basic.
 
Wala pa naumpisahang codes gawa refresher pa ulit sa programming, at naisip kong baka mas madali kung visual basic ang gagamitin
I suggest studying Python TS. Madali lang at maraming makakatulong sayo.
 
Kung refresher po, I suggest gamit ka ng JS since versatile si JS.
About naman sa program mo, gawin mo munang strings yung 3 input, then separate mo sila into array tapos dun ka na mag randomize ng index sa output ng array.
 
Pag aralan mo string manipulation, madali lang yan
 
Back
Top Bottom