CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 06:25:33 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=dff1375eba8d712ad5f2f310bb550ba74c83cfd6ec9c37e8ba166f8759421361a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%222maqv-brVTOR_dmKwR718LbUQV2gIC2G%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cc47e51a3fc179-BLR
Ejercicio 1 - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- note
- description : "practica1ej2 application root class"
- date : "$Date$"
- revision : "$Revision$"
- class
- APPLICATION
- inherit
- ARGUMENTS
- create
- make
- feature {NONE} -- Initialization
- make
- -- Run application.
- do
- --| Add your code here
- print ("Result: %N"+concatenacion("HOLA","MUNDO"))
- end
- concatenacion (cadena1: STRING;cadena2: STRING): STRING
- local
- aux : STRING
- do
- if (cadena1.is_empty)
- then Result := cadena2 --caso base 1
- else
- if (cadena2.is_empty)
- then Result := cadena1 --caso base 2
- else --caso inductivo
- aux:= cadena1.item (1).out+cadena2.item (1).out
- cadena1.remove_head (1)
- cadena2.remove_head (1)
- Result := aux+concatenacion(cadena1,cadena2)
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 2 sec ago | 0.24 KB
-
⭐⭐⭐Swapzone.io Glitch (Working)⭐⭐
Java | 5 sec ago | 0.10 KB
-
✅⭐ Make $2500 in 15 minutes ✅ NEVER SEEN BEFO...
JavaScript | 17 sec ago | 0.24 KB
-
⭐⭐⭐ G2A Payment Exploit ✅ NEVER SEEN BEFORE ⭐...
JavaScript | 28 sec ago | 0.24 KB
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ M
JavaScript | 33 sec ago | 0.24 KB
-
⭐✅ MAKE $2500 IN 15 MIN ✅ NEVER SEEN BEFORE ⭐...
JavaScript | 38 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ H
JavaScript | 44 sec ago | 0.24 KB
-
⭐ ✅ Free Products Method ✅ ✅ NEVER SEEN BEFOR...
JavaScript | 47 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand