Computer Science
Computer science is the study and the science of the theoretical foundations of information and computation and their implementation and application in computer systems.
Language
Basic
Remove
Platform
Any
License
Any
Hello haris,
The '1' in your example:
Pos1 = instr$(string$,"a",1)
is optional, and simply means start searching string$ from the first character.
So if you input the string "Where is my...
o
c if(A=='q') {
cobol MOVE "hello world" TO A
c++ }
algol END
pascal .
A basic text file might be something like below if that's what you're after.
Dim fstr As String
Open "path to file" For Input As #1
Do While Not EOF(1)
Line Input #1,...
It is based on a general mission lots of development environments are on; making products faster and easier to use.
Algorithm 2 seems pretty quick at making simple programs but probably lacks a...
Hello! I want to show you how to create programs without programming knowledge! There is a program algorithm that allows any user can create a program for a few minutes! Here it off the site
I want...
saying that you don't know something is not useful
I neither know it,look up in MSDN
Thank you AsmGuru62.Your modification helped me lot.This gave me the idea how to proceed from here and gave me the insight that I still have a very long way to go.
Thank you for your precious time....
10000 THEN
FOR n = 1 TO 200
LET largecounty(n) = county
print largecounty(n)
NEXT
LET Count = Count + 1
Print count
END IF
LOOP...
I am trying to make an array that the user enters letters of the alphabet from the keyboard. then the program will put the character in alphabetic order no matter how they are entered. I want to ad...