トピック
Trabajon Leyenda_17

Looking for a tutor.

Have not been interacted much, but honestly, I learn far better doing things with people demonstrations than learning myself.
1そうだね
プレイ済み
返信[1]
親投稿
Jacob KulcakKid4
Yeah, I think most people work that way. But I don't think there very many people on here that'll have enough time on their hands to tutor you.
0そうだね
プレイ済み
返信[2]
親投稿
*J.P.* DEV NEWPICY3
I help people with stuff as much as I can, name a few things you want to learn or know how to do.. if I know how ill try to help..
0そうだね
プレイ済み
返信[3]
親投稿
*J.P.* DEV NEWPICY3
i think im the only one who really does stuff here.. like i tell everything im doing (though one thing i have Jacob knows.. lol)
0そうだね
プレイ済み
返信[4]
親投稿
Trabajon Leyenda_17
@LOADING... Add?
0そうだね
プレイ済み
返信[5]
親投稿
*J.P.* DEV NEWPICY3
add? add what?
0そうだね
プレイ済み
返信[6]
親投稿
Trabajon Leyenda_17
The friend part?
0そうだね
プレイ済み
返信[7]
親投稿
*J.P.*[P]£ aj2003aj
what? what friend part? im very confuzzled now... add what and what friend part..?
0そうだね
プレイ済み
返信[8]
親投稿
jason wins sillybird64
it would be nice to know how to make it animate specific sprites
1そうだね
プレイ済み
返信[9]
親投稿
Leyenda_17 Leyenda_17
運営者により削除されました。 コメントのID : 3DB-NBL7-DPU-2NKY-6KU-K6LK
返信[10]
親投稿
*J.P.*[P]£ aj2003aj
uuhhh ok but only if you use sbs to give it to me..
0そうだね
プレイ済み
返信[11]
親投稿
Stewart segludian1
I can't tutor you in real time or in person, but I can give you some skill building assignments if you want. Lesson 1: Make a program that prints out "Hello World" Lesson 2: Variables and input Declare a string variable with VAR or DIM then use INPUT to ask the user their name and PRINT out Hello plus the name "Hello Stewart" for example. Warning Name$ is a reserved word, use a different variable.
0そうだね
プレイ済み
返信[12]
親投稿
Stewart segludian1
Lesson 3: Type conversion of integer to string. Building on the last lesson. Add another variable an integer this time. Ask the user's age. Then print it out using STR$ to cast it to string so you can concatenate strings with +
0そうだね
プレイ済み
返信[13]
親投稿
Stewart segludian1
Lesson 4:If then else. Building on the last lesson add code to check the age. Tell the user if they are young, old, or something inbetween based on their age. Feel free to make your own age brackets.
0そうだね
プレイ済み
返信[14]
親投稿
Stewart segludian1
Lesson 5 functions. Build two functions using DEF (we are returning a value so use parenthesis around the variable list). One function will convert temperature from Farenheit to Celsius and the other from Celsius to Farenheit. Use RETURN to send the result to the caller. There should code that asks the user for a temperature in farenheit and prints the temperature in celsius.
0そうだね
プレイ済み
返信[15]
親投稿
Stewart segludian1
plus some more code asking for celsius and printing out the farenheit equivalent. Celsius =(Farenheit - 32) * 5/9 Farenheit = (Celsius * 9/5) + 32
0そうだね
プレイ済み
返信[16]
親投稿
Stewart segludian1
Lesson 6: Loops Make a program that prints the numbers 1 to 10, but do it three different ways, once with a for/next loop, once with a while/wend loop, and once more with a repeat/until loop.
0そうだね
プレイ済み
返信[17]
親投稿
Stewart segludian1
Lesson 7: string operations. Given the string "This is a test" Write a program that prints the first four words using LEFT$, then have it print out the last 5 characters with RIGHT$. Finally use a FOR loop to write out each character in the string individually using MID$. Bonus points if you ask the user for a string to work on using INPUT. None of these should involve much time or code.
0そうだね
プレイ済み
返信[18]
親投稿
Trabajon Leyenda_17
@Stewart I could try this. I'll see if I could do it.
0そうだね
プレイ済み