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; }  

Unveiling Java 25: A Deep Dive into the September 2025 Inside Java Newsletter

Unveiling Java 25: A Deep Dive into the September 2025 Inside Java Newsletter

JAVA | 0 Comments

Get ready for Java 25! The September 2025 Inside Java Newsletter is packed with technical videos, Java User Group updates, and essential developer event news. Stay ahead with the latest Java innovations.

AI in Education: Navigating ChatGPT’s Dual Impact on Learning and Application Essays

AI in Education: Navigating ChatGPT’s Dual Impact on Learning and Application Essays

Artificial Intelligence | 0 Comments

Explore how AI tools like ChatGPT are reshaping education, from aiding learning to challenging academic integrity, especially in the realm of college application essays.

Mastering the IELTS: Why Recent Exam Questions Are Your Secret Weapon

Mastering the IELTS: Why Recent Exam Questions Are Your Secret Weapon

IELTS | 0 Comments

Unlock your potential in the IELTS exam! Discover how leveraging recent exam questions can sharpen your skills, build confidence, and boost your score.

Laravel: The PHP Framework Powering Modern Web Applications

Laravel: The PHP Framework Powering Modern Web Applications

Web Development Frameworks | 0 Comments

Discover Laravel, the open-source PHP framework renowned for its elegant syntax, robust features, and security, making web development enjoyable and efficient.

Copyright © Draftsbook

Developed by MadLab