Ask Sawal

Discussion Forum
Notification Icon1
Write Answer Icon
Add Question Icon

Imagery chgrwv Vansh




Posted Questions



Wait...

Posted Answers



Answer


AWS Config tracks changes in the configuration of your AWS resources, and it regularly sends updated configuration details to an Amazon S3 bucket that you.


Answer is posted for the following question.

How aws config works?

Answer


Have a question about banking with Meridian ? How can I verify that Meridian Bank is FDIC insured? Between what accounts can I transfer funds?


Answer is posted for the following question.

Meridian how to close account?

Answer


Call on this landline number 02241535555 and some recording will play(ignore that) While call gets connected and recording plays just type the mobile number of


Answer is posted for the following question.

How do u prank call someone?

Answer


Silhouette is enjoyed straight or on the rocks; served with water (both cold and hot); served in a chu-hi (or shochu highball) mixed with soda and fruit juice ; or served with oolong tea or matcha tea Silhouette can also be a versatile base for low-alcohol cocktails


Answer is posted for the following question.

How to drink iichiko?

Answer


1
ngFor filter products based on categories
2
*ngFor=let item of filteredvalues    at html
3
at TS
4
//filter products by category id 
5
    this.apiService.getList().subscribe(response => {
6
      this.productsData = response;
7
      this.filteredvalues = this.productsData.filter(res => 
8
        res.category_id == this.id);
9
      console.log('get all products', this.filteredvalues);
10
    });

Answer is posted for the following question.

How to grepper add code answer (PHP Scripting Language)

Answer


1
  public static void main(String[] args) {
2
        // FIZZ BUZZ
3
         for (int num=1; num<=100; num++) {
4
             
5
             if(num%3 == 0 && num%5 == 0){
6
                 System.out.println(FizzBuzz);
7
                 
8
             }else if(num%3 == 0){
9
                 System.out.println(Fizz);
10
                 
11
             }else if(num%5 == 0){
12
                 System.out.println(Buzz);
13
                 
14
             }else if(isPrime(num)== true){
15
                 System.out.println(num +  is prime);
16
             }else{
17
                 System.out.println(num);
18
             }
19
         }
20
    }
21
       // Prime Number
22
       public static boolean isPrime(int num){
23
        if(num==1)
24
            return false;
25
        for(int i=2;i<num;i++){
26
            if(num%i==0)
27
                return false;
28
        }
29
        return true;
30
    }

Answer is posted for the following question.

How to java fizzbuzz and prime numbers program (Java Programming Language)


Wait...