Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
addition of arrays
Language:
Ada
Assembly
Bash
C#
C++ (gcc)
C++ (clang)
C++ (vc++)
C (gcc)
C (clang)
C (vc)
Client Side
Clojure
Common Lisp
D
Elixir
Erlang
F#
Fortran
Go
Haskell
Java
Javascript
Kotlin
Lua
MySql
Node.js
Ocaml
Octave
Objective-C
Oracle
Pascal
Perl
Php
PostgreSQL
Prolog
Python
Python 3
R
Rust
Ruby
Scala
Scheme
Sql Server
Swift
Tcl
Visual Basic
Layout:
Vertical
Horizontal
DECLARE type markarray is varray(10) of number; vmark markarray; total integer; begin vmark:=markarray(16,29,32,45,52,60,71,75,38,16); total:=vmark(1)+vmark(2)+vmark(3)+vmark(10)+vmark(8)+vmark(9); dbms_output.put_line('sum:'||total); end;
absolute service time: 0,94 sec
edit mode
|
history
|
discussion
sum:206