Search
 
SCRIPT & CODE EXAMPLE
 

PASCAL

pascal input

Program InputInPascal;

Var
number:integer;

begin
    write('Enter a number: ');
    readln(number);    // Waiting for input and storing it inside variable "number"
    
    writeln('The double of the number entered is: ',number*2);
End.
Comment

PREVIOUS NEXT
Code Example
Pascal :: pascal halt program until any button is pressed 
Pascal :: print in pascal 
Pascal :: pascal input format check 
Pascal :: while loop in pascal 
Pascal :: pascal 
Pascal :: pascal print 
Powershell :: install python command line windows 
Powershell :: powershell show which diorecty is temp 
Gdscript :: godot exit func 
Clojure :: how to use clojure cond 
Abap :: what is the interface between the abap dictionary and the underlying database management system 
Erlang :: erlang exit from shell 
Assembly :: install retroarch on Linux 
Assembly :: glsl uniform struct 
Assembly :: vba check if object exists 
Javascript :: jquery vslidation remove spaces from input 
Javascript :: jquery add disabled to button 
Javascript :: jquery run code after 5 seconds 
Javascript :: use jquery 
Javascript :: vimeo playback speed 
Javascript :: Basic JavaScript: Use Recursion to Create a Range of Numbers 
Javascript :: vuex-module-decorators rawError globally 
Javascript :: autoplay owl carousel 
Javascript :: how to get element by title js 
Javascript :: check ip json 
Javascript :: shadow elevation react native 
Javascript :: javascript capitalize string 
Javascript :: remove all options from select jquery 
Javascript :: swiper.js cdn 
Javascript :: angular go to route 
ADD CONTENT
Topic
Content
Source link
Name
4+4 =