Giter VIP home page Giter VIP logo

uc-flutter-cw-1's Introduction

UC-Flutter-cw-1

تمرين 1

نبي نتعرف عليكم اكثر من هذا التمرين

  • قم بتعريف المتغيرات التالية: , firstName, lastName , age ,hobby
  • قم بكتابة كود بحيث تظهر النتائج كمثال التالي
First Name : SALMAN
Last Name :  ali
I'm 27 ,my hobby is Programming

تمرين 2

المطلوب صنع الة حاسبة BMI لنادي رياضي بحيث تأخذ الطول و الوزن و ترجع فئة الجسم للأعضاء بالنادي الرياضي:

  1. أولا تعيين المتغيرات weight و height
  2. نعين متغير bmi بحيث القيمة المدخلة تكون المعادلة الحسابية التالية
  • BMI = (weight) / (height * height)
  1. نقوم بكتابة conditions بحيث تطبع لنا الجمل التالية
  • إذا كان BMI أقل من 18.6 تطبع الجملة( underweight)
  • إذا كان BMI أقل من 24.9 و اكثر من 18.6 تطبع الجملة (Normal)
  • إذا كان BMI أكثر من 24.9 تطبع الجملة (Over weight)

تمرين بونص

تحويل وحدات قياس الحرارة من الفهرنهايت إلى الدرجة المئوية:

  1. قم بإنشاء متغير tempF
  2. وقم بإنشاء متغير tempC تكون قيمته المعادله التالية
  • (°F − 32) / 1.8 = °C

مثال: result: 80.0F = 26.7C

uc-flutter-cw-1's People

Contributors

salmanalnajdi avatar dmakwt avatar fajermalallah 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.