Какие это языки программирования?
1. echo 'Вы находитесь на сайте '.$_SERVER['HTTP_HOST'];
2. alert ("Hello?");
document.write("Hello!");
3. if [8,16,32].include?(val)
puts "help!"
end
4. a=shift;if(a=shift;if( a > 10) {
print "a > 10\n";
}
5. (define (f x y)
(+ (* x x) (* y y)))
6. f x y = x * x + y * y
7. Scanner scan = new Scanner(System.in);
double a = scan.nextDouble();
int b = scan.nextInt();
8. int n;
double a;
cin >> a >> n;
9. if (a > 0) and (b mod 3 = 0) then
writeln(a + b);
10. for elem in A:
print(elem)
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.