URI Problem (To Carry or not to Carry) 1026:To Carry or not to Carry is a basic problem on URI online judge for novice problem solver.You can find details on this Link. import java.util.Scanner; /** * @Author : Muhammad Harun-Or-Roshid * @Date : Oct 15, 2016 * @Time :...
URI Problem (Right Area) 1190 Solution in Java
URI Problem (Right Area) 1190:Right Area is a basic problem on URI online judge for novice problem solver.You can find details on this Link. import java.util.Scanner; /** * @Author : Muhammad Harun-Or-Roshid * @Date : Oct 28, 2016 * @Time : 4:04:11 PM */ public class...
URI Problem (Left Area) 1189 Solution in Java
URI Problem (Left Area) 1189:Left Area is a basic problem on URI online judge for novice problem solver.You can find details on this Link. import java.util.Scanner; /** * @Author : Muhammad Harun-Or-Roshid * @Date : Oct 28, 2016 * @Time : 3:57:00 PM */ public class...
URI Problem (Inferior Area) 1188 Solution in Java
URI Problem (Inferior Area) 1188:Inferior Area is a basic problem on URI online judge for novice problem solver.You can find details on this Link. import java.util.Scanner; /** * @Author : Muhammad Harun-Or-Roshid * @Date : Oct 28, 2016 * @Time : 3:45:36 PM */ public...
URI Problem (Top Area) 1187 Solution in Java
URI Problem (Top Area) 1187:Top Area is a basic problem on URI online judge for novice problem solver.You can find details on this Link. import java.util.Scanner; /** * @Author : Muhammad Harun-Or-Roshid * @Date : Oct 28, 2016 * @Time : 3:32:36 PM */ public class...
URI Problem (Below the Secundary Diagonal) 1186 Solution in Java
URI Problem (Below the Secundary Diagonal) 1186:Below the Secundary Diagonal is a basic problem on URI online judge for novice problem solver.You can find details on this Link. import java.util.Scanner; /** * @Author : Muhammad Harun-Or-Roshid * @Date : Oct 28, 2016 *...
URI Problem (Above the Secundary Diagonal) 1185 Solution in Java
URI Problem (Above the Secundary Diagonal) 1185:Above the Secundary Diagonal is a basic problem on URI online judge for novice problem solver.You can find details on this Link. import java.util.Scanner; /** * @Author : Muhammad Harun-Or-Roshid * @Date : Oct 28, 2016 *...
URI Problem (Below the Main Diagonal) 1184 Solution in Java
URI Problem (Below the Main Diagonal) 1184:Below the Main Diagonal is a basic problem on URI online judge for novice problem solver.You can find details on this Link. import java.util.Scanner; /** * @Author : Muhammad Harun-Or-Roshid * @Date : Oct 28, 2016 * @Time :...
URI Problem (Above the Main Diagonal) 1183 Solution in Java
URI Problem (Above the Main Diagonal) 1183:Above the Main Diagonal is a basic problem on URI online judge for novice problem solver.You can find details on this Link. import java.util.Scanner; /** * @Author : Muhammad Harun-Or-Roshid * @Date : Oct 28, 2016 * @Time :...
URI Problem (Column in Array) 1182 Solution in Java
URI Problem (Column in Array) 1182:Column in Array is a basic problem on URI online judge for novice problem solver.You can find details on this Link. import java.util.Scanner; /** * @Author : Muhammad Harun-Or-Roshid * @Date : Oct 27, 2016 * @Time : 9:20:17 PM */...
URI Problem (Line in Array) 1181 Solution in Java
URI Problem (Line in Array) 1181:Line in Array is a basic problem on URI online judge for novice problem solver.You can find details on this Link. import java.util.Scanner; /** * @Author : Muhammad Harun-Or-Roshid * @E-mail : [email protected] * @Date : Oct 27,...
URI Problem (Lowest Number and Position) 1180 Solution in Java
URI Problem (Lowest Number and Position) 1180:Lowest Number and Position is a basic problem on URI online judge for novice problem solver.You can find details on this Link. import java.util.Scanner; /** * @Author : Muhammad Harun-Or-Roshid * @Date : Oct 27, 2016 *...
URI Problem (Array Fill IV) 1179 Solution in Java
URI Problem (Array Fill IV) 1179:Sum of Consecutive Even Numbers is a basic problem on URI online judge for novice problem solver.You can find details on this Link. import java.util.Scanner; /** * @Author : Muhammad Harun-Or-Roshid * @Date : Oct 27, 2016 * @Time :...
URI Problem (Sum of Consecutive Even Numbers) 1159 Solution in Java
URI Problem (Sum of Consecutive Even Numbers) 1159:Sum of Consecutive Even Numbers is a basic problem on URI online judge for novice problem solver.You can find details on this Link. import java.util.Scanner; /** * @Author : Muhammad Harun-Or-Roshid * @Date : Oct 22,...
URI Problem (Sum of Consecutive Odd Numbers III) 1158 Solution in Java
URI Problem (Sum of Consecutive Odd Numbers III) 1158:Sum of Consecutive Odd Numbers III is a basic problem on URI online judge for novice problem solver.You can find details on this Link. import java.util.Scanner; /** * @Author : Muhammad Harun-Or-Roshid * @Date :...
URI Problem (Divisors I) 1157 Solution in Java
URI Problem (Divisors I) 1157:Divisors I is a basic problem on URI online judge for novice problem solver.You can find details on this Link. import java.util.Scanner; /** * @Author : Muhammad Harun-Or-Roshid * @Date : Oct 21, 2016 * @Time : 11:06:28 PM */ public class...
URI Problem (S Sequence II) 1156 Solution in Java
URI Problem (S Sequence II) 1156:S Sequence II is a basic problem on URI online judge for novice problem solver.You can find details on this Link. /** * @Author : Muhammad Harun-Or-Roshid * @Date : Oct 21, 2016 * @Time : 10:53:21 PM */ public class Uri1156 { public...
URI Problem (S Sequence) 1155 Solution in Java
URI Problem (S Sequence) 1155:S Sequence is a basic problem on URI online judge for novice problem solver.You can find details on this Link. /** * @Author : Muhammad Harun-Or-Roshid * @Date : Oct 21, 2016 * @Time : 10:27:56 PM */ public class Uri1155 { public static...
URI Problem (Ages) 1154 Solution in Java
URI Problem (Ages) 1154:Ages is a basic problem on URI online judge for novice problem solver.You can find details on this Link. import java.util.Scanner; /** * @Author : Muhammad Harun-Or-Roshid * @E-mail : [email protected] * @Date : Oct 21, 2016 * @Time :...
URI Problem (Simple Factorial) 1153 Solution in Java
URI Problem (Simple Factorial) 1153:Simple Factorial is a basic problem on URI online judge for novice problem solver.You can find details on this Link. import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.IOException; import...
Chapter 4 Relational Algebra
Relational Algebra The part of mathematics in which letters and other general symbols are used to represent numbers and quantities in formula and equations. Ex: (x + y) · z = (x · z) + (y · z). The main application of relational algebra is providing a theoretical...
Chapter 3 Components of the Database System Environment
Components of the Database System Environment There are five major components in the database system environment and their interrelationships are. Hardware Software Data Users Procedures Hardware: The hardware is the actual computer system used for keeping and...
Database basic overview
What is DBMS? A Database Management System (DBMS) is a collection of interrelated data and a set of programs to access those data. Database management systems (DBMS) are computer software applications that interact with the user, other applications, and the database...
Laravel – Scopes (3 Easy Steps)
Scoping is one of the superpowers that eloquent grants to developers when querying a model. Scopes allow developers to add constraints to queries for a given model. In simple terms laravel scope is just a query, a query to make the code shorter and faster. We can...