draftsbook logo
  • Home
  • IELTS
    • Listening
    • Reading
    • Speaking
    • Writing (Task 1)
    • Writing (Task 2)
  • Problem Solving
    • URI
    • UVa
    • Timus Problem Solution
  • Courses
    • Computer Programming Techniques
    • C Programming
    • Microprocessor & Microcontroller
    • JAVA (OOP)
    • Assembly Language
    • Android
    • Data Structure
    • Computer Network
    • Data Communications
    • Cloud Computing
    • Computer Graphics
    • Artificial Intelligence
    • Computer Architecture
    • Computer Fundamentals
    • Digital Image Processing
    • Internet of Things (IOT)
    • System Analysis and Design
    • MIS(Management Information System)
  • Contact Us
Write a program using any programming language that reads five numbers from keyboard and display the smaller,larger and average of those numbers.

Write a program using any programming language that reads five numbers from keyboard and display the smaller,larger and average of those numbers.

Bank, Interview Programming, JOB Exam | 0 Comments

Bangladesh Development Bank Senior Officer (IT) Written Test - 2017 #include <iostream> #include<stdio.h> using namespace std; int main() { int i,n,max,min,total,sum; float avg; printf("Enter Total number of elements \n"); cin>>total;...

A program sorts an array of integer. Write down the code that tests the sorting algorithm of written in a program.

A program sorts an array of integer. Write down the code that tests the sorting algorithm of written in a program.

Bank, Interview Programming, JOB Exam | 0 Comments

Combined Bank(HBFC and KB) Assistant Programmer-2018 Description: given array of size number, write a program to check if it is sorted in Ascending order or not. Description: given array of size number, write a program to check if it is sorted in Ascending order or...

C program to print infinte Hello World using for loop.

C program to print infinte Hello World using for loop.

Bank, Interview Programming, JOB Exam | 0 Comments

C program: #include <stdio.h> int main() { for(;;){ printf("Hello World\n"); return 0; }  

Master Your IELTS Journey: Latest News, Updates & Essential Resources

Master Your IELTS Journey: Latest News, Updates & Essential Resources

IELTS | 0 Comments

Stay ahead in your IELTS preparation! Discover the latest test changes, essential resources, and expert tips to achieve your target score with confidence.

Decoding Tomorrow: Exploring the Latest Technology Breakthroughs and Scientific Research

Decoding Tomorrow: Exploring the Latest Technology Breakthroughs and Scientific Research

Others | 0 Comments

Dive into the forefront of innovation with insights into nanotechnology, biotechnology, green tech, and other groundbreaking scientific research shaping our future.

Enhancing the Java Developer Experience: Unlocking the Potential of Build Tools

Enhancing the Java Developer Experience: Unlocking the Potential of Build Tools

JAVA | 0 Comments

Dive into the world of Java build tools like Maven and Gradle. Discover how to optimize your build process for speed, safety, and a superior developer experience.

Unlocking Innovation: A Comprehensive Guide to Essential AI Tools for 2024

Unlocking Innovation: A Comprehensive Guide to Essential AI Tools for 2024

Artificial Intelligence | 0 Comments

Dive into the world of AI tools with our comprehensive guide. Explore categories, benefits, and top applications transforming industries and daily life in 2024.

Copyright © Draftsbook

Developed by MadLab