Jump to content



Euro to Drahmas (PHP)


Dr.Paneas

Recommended Posts

  • Replies 46
  • Created
  • Last Reply

VB το εχω ετοιμο σε GUI με κωδικα στα buttons κλπ αλλα δεν λεει...

Κανενας σε c++ ; Για να υπαρξει συγκριση c/c++

Zap να φωναξω τον Σωτο ; (οχι τον moderator, ενα φιλαρακι μου)

Link to comment
Share on other sites

Python

#!/usr/bin/env python
import sys

CURRENCY=340.75


action = (raw_input("Enter e2d (euros to drahmas) or d2e :"))
value = (input("Enter the value to convert:"))

if action == 'e2d':
conv = value * CURRENCY
print value,' euro -> ',conv,' drahmas'
elif action == 'd2e':
conv = value / CURRENCY
print value,' drahmas -> ',conv,' euro'

Link to comment
Share on other sites

MATLab

choice = 0; 
possibility = 3;
while choice ~=possibility
choice = menu('DRX-->EURO-->DRX Converter','1. Euro --> Drx',...
'2.Drx-->Euro','Close Program');
if choice == 1
answer = input('Enter the amount of Euro:');
c = 341;
D = answer*c;
fprintf('The Drx are %d',D);
clear D;
clear c;
end
if choice ==2
answer = input('Enter the amoun of Drx:');
c = 341;
D = answer/c;
fprintf('The Euros are: %d',D);
clear D;
clear c;
end
if choice ==3
close all
end
end

Ευγενική χορηγία του φίλτατου N3trino.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Δημιουργία...

Important Information

Ο ιστότοπος theLab.gr χρησιμοποιεί cookies για να διασφαλίσει την καλύτερη εμπειρία σας κατά την περιήγηση. Μπορείτε να προσαρμόσετε τις ρυθμίσεις των cookies σας , διαφορετικά θα υποθέσουμε ότι είστε εντάξει για να συνεχίσετε.