Code Monkey home page Code Monkey logo

gocashregisterapp's Introduction

GoCashRegisterApp

Go Cash Regist Assignment

Amaç

Go dilinde basit bir kasa kayıt programı oluşturun. Bu program, bir liste içindeki ürünleri işleyebilmeli ve olası indirimleri uygulayarak toplam tutarı hesaplayabilmelidir.

Gereklilikler

Tipler ve Değişkenler

Item adında bir yapı (struct) tanımlayın. Bu yapıda Name (İsim), Price (Fiyat) ve Discount (İndirim) alanları olsun. İşlenecek ürünleri tutmak için Item türünden bir slice oluşturun.

Fonksiyonlar

calculatePrice(item Item) float64: Bu fonksiyon, bir ürünü parametre olarak alır ve indirim uygulandıktan sonra fiyatını döndürür.

totalPrice(items []Item) float64: Bu fonksiyon, kesitteki tüm ürünlerin toplam fiyatını hesaplayarak döndürür.

Döngüler ve Koşullu İfadeler

calculatePrice fonksiyonunda, bir ürünün indirimli olup olmadığını kontrol etmek için bir if ifadesi kullanın ve varsa indirimi uygulayın.

totalPrice fonksiyonunda, bir döngü kullanarak kesit içindeki ürünleri dolaşın ve fiyatları toplayın.

Arayüzler

Describable adında bir interface tanımlayın ve içinde Description() string adında bir method olsun. Item yapısı için Description fonksiyonunu receiver olarak ekleyin; bu yöntem, "Ad - Fiyat (Eğer indirim varsa indirimli fiyat)" formatında bir metin döndürmelidir.

Örnek Çıktı

Elma - 0.75 TL (10% indirimle 0.68 TL)
Portakal - 1.00 TL
Toplam Fiyat: 1.68 TL

gocashregisterapp's People

Contributors

mkdemir avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.