Ask Sawal

Discussion Forum
Notification Icon1
Write Answer Icon
Add Question Icon

Roopang Chaubey




Posted Questions


No Question(s) posted yet!

Posted Answers



Answer


Beesman propounded the term Information Transfer. Cycle means a series of events that are regularly repeated in the same order. Transfer of information from


Answer is posted for the following question.

What is information transfer cycle?

Answer


The Launch at Hingham Shipyard, Hingham, Massachusetts. 5900 likes were here. Have you been to the Hingham Shipyard lately? Media/News Company."Rating: · Price range: $$


Answer is posted for the following question.

Who owns hingham shipyard?

Answer


1. Hong Kong is all about more happy and less worry. · 2. Fantastic and efficient public transportation. · 3. World-class theme parks that are highly accessible. · 4.


Answer is posted for the following question.

Why we should visit hong kong?

Answer


Dulwich College International. Education Management. Shanghai, Shanghai 9,256 followers. Creating the best schools in the world so our students make a


Answer is posted for the following question.

Where is dulwich college?

Answer


... difficult to install the "RMySQL" package on CENTOS. install.packages("RMySQL", dependencies = TRUE, repos = "http://cran.rstudio.com/")."How to install R and RMySQL in RedHat Linux 8"""Error install RMysql RHEL 7.3 - Stack Overflow"""Failed install R package RMySQL on CentOS 6.5"""How to Connect R with MySQL or how to install


Answer is posted for the following question.

How to install rmysql package r in centos?

Answer


Levittown is the name of several large suburban housing developments created in the United Youtube called "Racism in America Small Town 1950s Case Study Documentary


Answer is posted for the following question.

What was levittown in the 1950s?

Answer


Threaten[ing] to bring down the newly formed Massachusetts Bay government of Sir William Phips.” The witch trials left a lasting impression on the


Answer is posted for the following question.

How salem witch trials impacted america?

Answer


We use cookies and similar technologies to run this website and help us understand how you use it It helps us build a better JohnnyRockets com experience


Answer is posted for the following question.

What is Johnny Rockets in United States of America?

Answer


1
t=int(input())
2
for i in range(t):
3
    x=str(input())
4
    a=int(x[0])
5
    b=int(x[-1])
6
    c=a+b
7
    print(c)

Answer is posted for the following question.

How to first and last digit codechef solution (Python Programing Language)

Answer


1
class Number {
2
        
3
        int number;
4
        
5
        // square numbers
6
        public boolean isSquare(){
7
            
8
            double squareRoot = Math.sqrt(number);
9
            
10
            
11
            if(squareRoot == Math.floor(squareRoot))
12
            {
13
                return true;
14
            } else {
15
                return false;
16
            }
17
            
18
        }
19
        
20
        // triangular numbers
21
        public boolean isTriangular(){
22
            
23
            int x = 1;
24
            
25
            int triangularNumber = 1;
26
            
27
            while(triangularNumber < number){
28
                
29
                x++;
30
                triangularNumber = triangularNumber + x;
31
                
32
            }
33
            
34
            if(triangularNumber == number){
35
                return true;
36
            } else {
37
                return false;
38
            }
39
        }
40
    }
41
    
42
    // testing 
43
    Number myNumber = new Number();
44
    myNumber.number = 16;
45
    
46
    System.out.println(myNumber.isSquare());

Answer is posted for the following question.

How to using class in java (Java Programming Language)


Wait...